Back to Projects
Extension

QuickFill

Overview

QuickFill — Resilient Placement Form Autofiller Chrome Extension

During college placement drives, students are repeatedly required to fill out lengthy, redundant Google Forms. QuickFill is a high-performance, production-ready browser extension built using the modern Plasmo framework, React, and TypeScript to automate this process safely, privately, and instantaneously.

  • Automatically detects form fields on Google Forms and populates them accurately with saved profile details in a single click.
  • Keeps student data 100% private by storing all profile information locally using chrome.storage.local, with no external servers, APIs, or database transmission.
  • Implements a robust scraping engine with multi-layered fallback selectors to guarantee the extension remains functional even when Google Forms updates its DOM structure.
  • Provides an elegant React-based popup interface to preview detected fields, validation status, and matching confidence scores before writing data to the page.

Technologies

Plasmo FrameworkReactTypeScriptTailwind CSSChrome Extension APIchrome.storage.local
DO
DOM Scraping
FU
Fuzzy Matching
Source Code

Project Glimpse

QuickFill screenshot 1
QuickFill screenshot 2
QuickFill screenshot 3
QuickFill screenshot 4