Are you tired of spending hours filling multiple job applications? Checkout my latest project "Autofill", a chrome extension which makes the process a breeze. With just a few clicks, you can have all of your personal and employment information automatically entered into any job application form.
To use Autofill, simply install the extension and create a profile with all of your relevant information. When you come across a job application, click the extension icon and click "Autofill". The extension will fill majority of your fields leaving behind only job specific fields.
All of your information is stored locally on your Chrome browser, ensuring that your privacy is protected. Currently, Autofill works best with greenhouse.io and lever.co, but I am working to expand compatibility.
If you encounter any bugs or have suggestions for improvement reach out.
1. git clone https://github.com/subramanya1997/Autofill.git local_folder
Inside chrome
1. Goto chrome://extensions/
2. Enable Developer Mode
3. Click on load unpacked
4. select root directory of local_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
- Autofill Checkbox
- Autofill Select
- Upload resume (Works for greenhouse, lever)
- Upload cover letter (Works for greenhouse, lever)
- Save data in local chome storage (Mainly din't want to collect data from users)
- Add education (Works for greenhouse)