karankiri / form-filler

Chrome extension to automatically fill Job applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Filler assistant

Your assistant for filling boring Job applications. Enter data once and use it across Job boards like Lever, Greenhouse, Workable, Bamboo HR etc...

Usage

  • Go to release section and download the form-filler.zip file from the latest release
  • To load the extensions in Google Chrome go to chrome://extensions/ and click Load unpacked.
  • Unzip the downloaded file and Locate the dist directory and select manifest.json.

Local development

Installation

npm i

Building the Extension:

Chrome

npm run build:chrome builds the extensions for Google Chrome.

The generated files are in dist/. To load the extensions in Google Chrome go to chrome://extensions/ and click Load unpacked. Locate the dist directory and select manifest.json.

Files:

  • content-script - UI files
  • background.ts - Background script/Service worker
  • index.html - popup UI

If you have any questions feel free to open an issue.

About

Chrome extension to automatically fill Job applications

License:MIT License


Languages

Language:TypeScript 78.4%Language:JavaScript 10.2%Language:CSS 9.2%Language:HTML 2.1%