QuickFill is a production-ready Chrome Extension designed to automate filling Google Forms circulated by college T&P (Training & Placement) Cells for company placement drives.
Since this is a student project, you can install it for free without using the Chrome Web Store:
- Download: Go to the [Latest Release](https://github.com/${{ github.repository }}/releases/tag/latest) and download
QuickFill-Production.zip. - Extract: Unzip the file into a folder on your computer.
- Open Chrome Extensions: Type
chrome://extensions/in your browser address bar. - Developer Mode: Toggle the Developer mode switch in the top right corner.
- Load Unpacked: Click the Load unpacked button and select the folder you extracted.
- ⚡ Smart Autofill: Automatically detects and fills fields in Google Forms.
- 👤 Profile Management: Save your student details once and use them for every form.
- 🧠 Intelligent Matching: Uses fuzzy matching to map form questions to your profile data.
- 🔒 Privacy First: All your sensitive data is stored locally on your machine. Nothing is sent to any server.
- Framework: Plasmo
- UI: React + Tailwind CSS
- Storage: chrome.storage.local
- Language: TypeScript
- Clone this repository.
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Load the extension in Chrome:
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
build/chrome-mv3-devfolder.
- Go to
pnpm buildThe production-ready bundle will be in build/chrome-mv3-prod.
Developed by Dilip Meghwal for NIT Delhi students.
