EZ Apply is a Chrome extension designed to streamline the job application process. With just a few clicks, you can autofill your personal and job-specific information into over 75 job application forms. The extension eliminates the tedious task of manually entering the same data across multiple websites.
- Autofill Text, Checkboxes, and Select Fields: Automatically fill out various form fields with your saved information.
- Resume and Cover Letter Upload: Upload your resume and cover letter to job applications on supported platforms.
- Privacy-Focused: All information is securely stored locally on your Chrome browser. Your data is never shared or sent to external servers.
- Cross-Site Compatibility: Works with over 75+ job application platforms, including popular ones like Greenhouse and Lever.
- Customizable: Easily add, update, and manage your personal information with an intuitive user interface.
- Install the EZ Apply extension from the Chrome Web Store.
- Create a profile by entering your personal and employment details.
- When you encounter a job application form, click the EZ Apply extension icon and hit "Autofill."
- Your data will be automatically filled in, leaving only job-specific fields for you to complete.
Currently, EZ Apply works best with platforms like Greenhouse, Lever, and more are being added frequently.
1. git clone https://github.com/SharkyBytes/EZ-Apply.git
Inside chrome
1. Open Chrome and navigate to `chrome://extensions/`
2. Enable **Developer Mode** at the top right.
3. Click on **Load unpacked**.
4. Select the root directory of your cloned folder.
|- assets
|- data.json : Current test data.
|- js <br>
|- autofill.js : logic for autofill
|- companyData.js : get company data from url
|- userData.js : get user data from file or storage
|- manager.js : handels exection and data flow
|- background.js : triggers when the button is clicked
|- manifest.json : config of the chrome extension
- Autofill text, checkboxes, and select fields
- Upload resume (works for Greenhouse, Lever)
- Upload cover letter (works for Greenhouse, Lever)
- Save data locally in Chrome storage (No data is collected from users)
- Add education fields (works for Greenhouse)