A browser extension designed to streamline the process of filling out repetitive Google Forms. Save your info once and autofill it across similar forms in a single click.
Install directly from the Microsoft Add-ons:
-
Clone this repository
git clone https://github.com/tejaspokale22/fillio.git cd fillio -
Install dependencies
cd client npm install -
Build the extension
npm run build
-
Load in Chrome
- Navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
client/distfolder
- Navigate to
- Profile management
- Save your details once and reuse them across similar forms
- Add custom fields for form-specific questions
- One-click autofill
- Automatically fills common Google Form fields (text, dropdowns, radios, checkboxes)
- AI-powered intelligent matching for higher accuracy
- Import & export
- Import or export your profile as JSON
- Export your profile as a PDF
- Productivity utilities
- Search and filter fields, copy values quickly
- Keyboard shortcuts:
Ctrl+S,Ctrl+L,Ctrl+R,Ctrl+Shift+F
Main extension popup with saved form fields and quick access controls.
Add custom fields by specifying label keywords that match form field labels.
Access JSON import/export and PDF generation features.
View all available keyboard shortcuts for quick access.
- Open the extension (
Ctrl+Shift+F) - Fill/update your profile → Save (
Ctrl+S) - Open a Google Form → Autofill (
Ctrl+L) or Reset (Ctrl+R)
Use custom fields for form-specific questions. Import/export is available via More Options (JSON/PDF).
- Your saved profile stays in the browser
- The extension requests only the permissions required to autofill Google Forms



