This is a work in progress.
A chrome extension (Manifest V3) to filter related jobs from linked-in and fill in your data. I am tired of those corperate shitty forms and mentally-unstable job descriptions.
The extension has two main parts:
- The form filler part, which fills in the form fields on the website you are on.
- The job scraper part, which scrapes jobs from LinkedIn and shows them in a popup. It also tailors a CV for each job.
Fill-in comes with three main features:
- Job Scraper: Automatically scrapes job listings from LinkedIn based on your preferences
- CV Tailoring: Automatically tailors your CV for each job application
- Form Filler: Automatically fills in job application forms with your information
For detailed information about each feature, please visit the wiki.
- Download the extension files or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the extension directory
- The Fill-in extension icon should now appear in your browser toolbar
- Job Scraper: Click the Fill-in extension icon and select "Scrape LinkedIn Jobs" or "View Saved Jobs"
- CV Tailoring: View a job's details and click the "Tailor CV" button
- Form Filler: Navigate to a job application form and use Ctrl+Shift+F to auto-fill
For detailed usage instructions, please see the feature pages in the wiki:
- Click the Fill-in extension icon and select "Settings"
- Fill in your personal information, which will be used to auto-fill forms
- Configure job scraper settings and CV tailoring options
- Customize which words to highlight in job descriptions
- Use the Import/Export tab to backup or restore your settings
For detailed configuration options, please see the Configuration page in the wiki.
The CV tailoring feature requires a local server. For quick setup:
- Navigate to the
tailordirectory - Install dependencies:
pip install -r requirements.txt - Install rendercv:
npm install -g rendercv - Start the server:
python tailor.py server
For detailed information about the CV Tailor Server, please see the CV Tailoring page in the wiki.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project was created to save time and reduce frustration when applying for jobs
- Special thanks to all contributors who have helped improve this extension
For developers interested in contributing to this project, please see DEVELOPERS.md for technical documentation, project structure, and development guidelines.