A lightweight Chrome Extension that automatically logs your LinkedIn job applications to a Google Sheet with a single click.
- Auto-Detection: Recognizes when you click "Apply" or "Easy Apply" on LinkedIn.
- Instant Logging: Scrapes Job Title and Company Name automatically.
- Google Sheets Integration: Sends data directly to your spreadsheet via Google Apps Script.
- Emoji Support: Marks status as "Applied β (Done)".
- Create a new Google Sheet.
- Go to
Extensions > Apps Script. - Paste the
code.gs(Google Apps Script) provided in this repo. - Click Deploy > New Deployment.
- Select Web App, set access to Anyone, and copy the Web App URL.
- Download this repository.
- Open
content.jsand paste your Web App URL into theGOOGLE_SCRIPT_URLvariable. - Open Chrome and go to
chrome://extensions/. - Enable Developer Mode (top right).
- Click Load unpacked and select this folder.
manifest.json: Extension configuration.content.js: The "brain" that detects clicks and scrapes job data.code.gs: The Google Apps Script to be pasted into your Spreadsheet editor.demo.gif: Quick demo process
MIT License - Feel free to use and modify!
