A job applier extension from google chrome. Should be based off this application. https://ats.rippling.com/transcend-careers/jobs/78753ba1-d2fb-4193-be93-2c21ab5a4a67/apply?jobSite=LinkedIn&step=application. This is a basic structure for the Chrome extension you're looking to create. Here's a breakdown of the components:
manifest.json: This file defines the extension's properties, permissions, and scripts.
popup.html: This is the user interface for the extension, where users can input their information and trigger the application process.
popup.js: This script handles the logic for the popup, including saving user information and triggering the application process.
content.js: This script runs on the job application page and handles the actual form filling and submission.
To complete this project, you'll need to:
Expand the form in popup.html to include all necessary fields for a typical job application.
Implement the logic in popup.js to save user information to Chrome's storage. | A shadcn/ui and v0 generation - v0