FillFlow

FillFlow — AI-Powered Universal Form Filler

A Chrome extension that proactively scans web pages and auto-fills forms with your stored profile data — no clicking required.

How to install (Developer Mode)

Since this isn’t published to the Chrome Web Store yet, install it as an unpacked extension:

  1. Open Chrome and go to chrome://extensions
  2. Enable Developer mode (toggle in the top-right corner)
  3. Click Load unpacked
  4. Select this folder (autofill-extension/)
  5. The FillFlow icon will appear in your toolbar

Tip: Pin the extension by clicking the puzzle icon in Chrome’s toolbar and pinning FillFlow.

How to use

  1. Click the FillFlow icon in your toolbar
  2. Go to the Profile tab and fill in your info (name, email, phone, address)
  3. Click Save profile
  4. Browse the web — FillFlow will automatically detect and fill forms as you go

Features

Files

File Purpose
manifest.json Extension config and permissions
popup.html The UI shown when clicking the extension icon
popup.js Popup logic — storage read/write, tab switching
content.js Core brain — runs on every page, scans and fills forms
background.js Service worker — handles install and lifecycle

Next steps / roadmap