A Chrome extension that fills any web form automatically using your saved profile and a locally running AI. You fill in your details once, and it handles the rest — whether it's a registration page, a survey, an application, or any other form.
Checkout:
Chrome Store Link: https://chromewebstore.google.com/detail/fnnlcgkmlimkadibaefjkfmpigollchk?utm_source=item-share-cb
Demo Video: https://www.youtube.com/watch?v=3XkGIlCGFtY
Website: https://fillo-ai-landing-page.pages.dev/
The AI part handles open-ended questions and text fields. Everything runs on your machine via Ollama. Nothing leaves your browser.

Most form fillers just paste name and email. This one goes further:
- NEW: One-Click Resume Upload — Upload your PDF resume to have the AI instantly extract your profile details, draft a universal cover letter, and pre-generate 20 custom interview Q&As based specifically on your experience.
- Fills all standard fields (name, email, phone, address, salary, work auth, etc.) from your profile instantly
- Detects open-ended text boxes and uses a local AI to write the answer based on your profile
- Lets you pre-write answers to questions you know will come up — and AI-polish them before you need them
- Right-click any field on any page and fill just that one field, at a specific length
- Works on any website with forms — not locked to a specific platform
- Install from Chrome Web Store (coming soon)
- Contract me for Free Demo
Click the extension icon → gear icon → fill in the tabs:
- Personal — name, email, phone, date of birth
- Address — city, state, zip, country
- Professional — current title, company, experience, LinkedIn, GitHub, portfolio, bio
- Work Auth — visa type, sponsorship, work eligibility
- Preferences — salary, job type, notice period, relocation, remote
- Documents — default cover letter and "why this company" answer (optional, for job forms)
- Custom Q&A — pre-write answers to questions you know will show up (see below)
- EEO — demographic fields (optional)
- AI Settings — Ollama URL and model
- Context Menu — configure length options for right-click fill
Press Save Profile or Ctrl+S.
- Open any page with a form
- Click the extension icon
- Hit Auto Fill to fill structured fields from your profile
- Hit AI Fill (Empty) to have the AI also handle open-ended text fields
- Or right-click any individual input → pick the fill style you want
There's also an Auto-fill on page load toggle if you want it to run automatically.
This is for questions you know will show up repeatedly. Things like:
- "Tell us about yourself"
- "What's your biggest strength?"
- "Describe a challenging project you worked on"
Go to Custom Q&A in settings. Add a question, write your own answer or just a rough draft, then pick Short / Long / Detailed and click AI Enhance. The AI reads your saved profile and rewrites the answer properly in your voice.
These answers are saved and reused automatically when the extension detects a matching question on a form.
AI features need Ollama running on your machine. If you skip this, structured field filling still works — just no AI-written answers.
Crucial Step for Chrome Extensions: By default, Ollama blocks browser extensions. You must allow cross-origin requests for the extension to communicate with it.
- Download from ollama.com OR run
winget install Ollama.Ollama. - Completely quit the Ollama system tray app if it is running.
- Open Command Prompt or PowerShell and run:
set OLLAMA_ORIGINS="*" ollama serve
- Open a new terminal window and download the recommended model:
ollama run gemma3:1b
- Download from ollama.com and drag
Ollama.appto Applications. - Completely close the Mac Menu Bar App.
- Open Terminal and run:
OLLAMA_ORIGINS="*" ollama serve - Open a new terminal window and download the recommended model:
ollama run gemma3:1b
- Install using the official script:
curl -fsSL https://ollama.com/install.sh | sh - Stop the systemd service, then run manually:
(Or permanently add
OLLAMA_ORIGINS="*" ollama serveEnvironment="OLLAMA_ORIGINS=*"to yourollama.servicefile) - Open a new terminal window and download the recommended model:
ollama run gemma3:1b
Once installed, open the extension Settings → AI Settings, click Test Connection, and you are good to go!
The extension scans every input on the page and checks multiple signals — the field's name, id, placeholder, aria-label, linked label text, and nearby text in the DOM. It matches these to your profile using keyword patterns.
Handles: text inputs, email, phone, URL, date, number, textarea, select dropdowns, radio buttons.
It works on any site with standard HTML forms. Some examples:
| Site type | Notes |
|---|---|
| Job portals (LinkedIn, Indeed, Greenhouse, Lever) | Full support |
| Workday | Basic support — shadow DOM makes it harder |
| Registration/signup pages | Standard support |
| Survey and feedback forms | Standard support |
| Any other HTML form | Universal support |
Your profile data is stored in chrome.storage.local — it never leaves your browser. The only network call the extension makes is to your local Ollama server at localhost. No cloud, no accounts, no tracking.