Skip to content

swagat27/Quick-Apply-Autofill

Repository files navigation

Quick Apply Autofill 🚀

Quick Apply Autofill is a high-speed Chrome extension designed to eliminate the repetitive task of filling out forms. Developed by an engineering student at IIT Bhilai, it allows users to fill complex forms (Google Forms, Application portals, etc.) in under one second.

✨ Features

  • Zero-Latency Filling: Populates all placeholders instantly.
  • Smart Mapping: Identifies common fields like Name, Email, and College automatically.
  • Privacy Focused: Your data stays in your browser's local storage.

🛠️ Installation (Developer Mode)

Step 1 — Download the Extension

  1. On this repository page, click the green Code button.
  2. Select Download ZIP.
  3. Extract the downloaded ZIP to a folder on your computer.

Step 2 — Load in Chrome

  1. Open Chrome and go to chrome://extensions/.
  2. Enable Developer mode using the toggle in the top-right corner.
  3. Click Load unpacked.
  4. Select the extracted folder containing manifest.json.
  5. The extension icon will appear in your Chrome toolbar — you're good to go! 🎉

📁 File Structure

Quick-Apply-Autofill/
├── manifest.json       # Extension configuration
├── popup.html          # Extension popup UI
├── popup.js            # Popup logic
├── content.js          # Form autofill script
├── icons/              # Extension icons
│   ├── icon16.png
│   ├── icon48.png
│   └── icon128.png

⬇️ Direct ZIP Download

Click here to download the latest version directly: Download ZIP from main branch

📌 Notes

  • This extension is not published on the Chrome Web Store. Install via Developer Mode as described above.
  • All your autofill data is stored locally in your browser — nothing is sent to any server.

Created by Swagat Baghel | GitHub Profile | IIT Bhilai

🔒 Security & Privacy

This extension makes zero network requests. Your personal data never leaves your browser.

  • All profile data is stored exclusively in chrome.storage.local
  • No fetch(), XMLHttpRequest, or WebSocket calls exist anywhere in the codebase
  • No third-party scripts, CDNs, or analytics
  • PRs that introduce external data transmission will not be merged — see CONTRIBUTING.md

🤝 Contributing

This project is open source! Contributions are welcome. Please read CONTRIBUTING.md before submitting a PR to understand the security rules and code standards.

📜 License

Distributed under the MIT License. See LICENSE for details.

About

A high-speed Chrome extension to autofill forms (Google Forms, application portals, etc.) in under one second. Built by Swagat Baghel, IIT Bhilai.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors