https://github.com/user-attachments/assets/4a2e2948-4e98-4a7e-ad17-67fea3f19784
This is a Chrome extension that lets you track your job application in just one click. As a Notion enthusiast who uses Notion to track down all the tasks and a job hunter, I used to switch between browser tabs to add new application records to my Notion table. This is, of course, a repetitive task for job hunter who aims for a plethora of applications per day. Hence, I decided to automate the steps by leveraging Chrome extension, which is within reach on the same tab. Moreover, the extension can automatically record the URL and job description for your reference later. This is a summary of what the extension can do:
The extension is not yet published in the Chrome store so these are the steps for you to install it locally.
After you've created Notion account here, navigate to the integrations management and create new integration. The configuration requires these fields:
You can find the APIs secret in the configuration part of your new integration.
.env.example
npm run build
. You should see dist
folder after the command runs successfullydist
folder as an extensionAfter you've uploaded the extension code to Chrome, you'll have an extension ID. Now you can replace the redirect URL in the notion integration to https://<you-chrome-extension-id>.chromiumapp.org/notion-app
.
This project is licensed under the MIT License - see the LICENSE.md file for details