Chrome extension + automation helpers for LinkedIn Easy Apply workflows.
- Always use the
mainbranch. - Do not use
master.
- Clone the repo:
git clone git@github.com:Dark417/2easyapply.git
- Go into the project:
cd 2easyapply
- Make sure you are on
main:git checkout main
- Open Chrome extension page:
chrome://extensions/
- Enable Developer mode (top-right).
- Click Load unpacked.
- Select the extension folder path:
<your-cloned-repo>/abby(load the abby folder)
- You should see Abby in the list of extensions.
- Pin Abby from the Chrome toolbar to manage, enable, and configure.
Abby UI/automation is available only on LinkedIn Jobs pages:
https://www.linkedin.com/jobs/search/...https://www.linkedin.com/jobs/view/...
- Click Abby from Chrome toolbar to open the popup menu.
- In popup:
- Turn on Enable Abby.
- Set or select your search location.
- Click Search to open/apply search setup.
- Use Settings button in popup to open full settings page.
In settings.html, configure:
- Global toggles: Enable Abby, Dark Theme
- Profile Name
- Saved answers grouped by step/section
- Search and apply pacing/rate limits
- Ignore keywords for job cards
When editing saved answers:
- Abby saves per canonical mapping where applicable.
- Abby keeps step-specific answers scoped (for fields that are not canonical).
- From LinkedIn jobs search/view page, open an Easy Apply job.
- Abby floating panel appears on supported pages.
- In Abby panel:
- Use Apply to run auto apply loop.
- Use Step tab to inspect current Easy Apply fields.
- Use Save to persist answers.
- Abby only progresses on Easy Apply modal flows and uses saved answers when field mappings match.
- Extension source is under
abby/. - Abby works as a standalone Chrome extension (no local server needed).
- UI state, params, and saved answers are persisted in Chrome local extension storage.