https://github.com/andrewmillercode/autofill-jobs
A chrome extension that autofills job applications, built with Vue.
https://github.com/andrewmillercode/autofill-jobs
autofill chrome chrome-extension jobautomation jobs jobsearch vue
Last synced: 7 months ago
JSON representation
A chrome extension that autofills job applications, built with Vue.
- Host: GitHub
- URL: https://github.com/andrewmillercode/autofill-jobs
- Owner: andrewmillercode
- License: mit
- Created: 2024-12-30T23:55:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-24T04:44:19.000Z (9 months ago)
- Last Synced: 2025-01-24T05:20:05.790Z (9 months ago)
- Topics: autofill, chrome, chrome-extension, jobautomation, jobs, jobsearch, vue
- Language: Vue
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://github.com/user-attachments/assets/13f0fb66-7436-40ff-8faf-c2540084337b
Autofill Jobs
A chrome extension that autofills job applications, built with
Vue.## Why I made this
Job applications, especially on platforms like Workday, take way too long to fill out (up to 20 mins!)
I wanted to bring the ease-of-use of LinkedIn Easy Apply to other job platforms.
## How it works ✍️
- Data is stored using chrome.storage.sync with the exception of larger files like résumés, which are stored with chrome.storage.local
- Depending on platform (Greenhouse uses React components, Lever does not) the extension fills in the fields with the data
- On Workday, ensure you have the tab open in full screen as some essential elements don't get rendered on smaller resolutions.## Supported Platforms ✅
- Greenhouse
- Lever
- Dover
- Workday## Getting Started 🚀
You can either build the extension locally:
```
# Clone the repository
git clone https://github.com/andrewmillercode/Autofill-Jobs.git#Go to source directory
cd src# Install required packages
npm i# Build extension
npm run build# Then, navigate to chrome://extensions and load unpacked the dist folder.
```
Or download it from the Chrome Web Store [here](https://chromewebstore.google.com/detail/autofill-jobs/mfnfecldidgkknamdfibcdnmcjlaogpc)## License 📝
This project is using the MIT License. If you'd like to report an issue with the extension, please use the issues tab. If you enjoy using this extension, please feel free to leave a ⭐.