AI Form Filler

kkfefenjlolgdjgcmbdbokefdibpajao

Automatically fill forms with random data AI Form Filler is a browser extension designed to automate the process of filling out web forms for testing, QA, and development purposes. It leverages the [faker.js](https://fakerjs.dev/) library, extended with custom logic for UK-specific data, to generate realistic and context-aware fake data for a wide variety of form fields, including text inputs, selects, date pickers, and checkboxes. 🔎 Automatic Field Detection: Scans the current web page for all visible form fields, including text inputs, selects, textareas, and checkboxes. 🤖 Context-Aware Data Generation: Uses field labels, names, and types to intelligently determine the most appropriate fake data to insert (e.g., names, emails, UK National Insurance numbers, dates of birth, etc.). 📅 Support for Multiple Date Formats: Generates dates of birth in formats (`dd/mm/yyyy`, `yyyy-mm-dd`, `dd-mm-yyyy`, ISO UTC) and adapts to ``. ☑️ Checkbox Handling: Detects and programmatically checks or unchecks boxes. 🇬🇧 UK-Specific Data: Produces realistic UK banking details, National Insurance numbers, tax codes, and postcodes. ⚙️ Customizable Filling: Allows individual or bulk filling with options for formats or checked states. 🎩 Titles (`Mr`, `Mrs`) 🚻 Gender (`Male`, `Female`) 💳 UK banking details (account, sort code) 🧾 Tax details (NI number, tax code) 🎂 Dates of birth with format support 🏠 Postcodes 📧 Custom email addresses 🔢 Random numbers of specified digit length 🔍 Detection: Finds all fields (excluding hidden inputs) using `querySelectorAll`. 🏷️ Label Extraction: Uses `label[for=]`, `aria-label`, placeholders, and DOM traversal. 🧩 Type Suggestion: Matches labels/names/IDs via regex to suggest faker methods. Supports extension messaging for: 🧪 QA Automation: Quickly populate forms for testing. 💻 Development: Speed up UI builds with fake data. 🎨 Demo Environments: Showcase apps without real data. 🏗️ Add custom faker extensions for new data types/locales. 🔍 Expand regex-based matching for business-specific fields. 🖥️ Integrate with popups or settings for user customization. 🚫 No Data Storage: No data is stored or transmitted. 🧪 Test Data Only: All data is fake and safe. AI FormFiller is a powerful, extensible tool to quickly and intelligently populate web forms with realistic, UK-specific test data, making it perfect for QA, development, and demos.

Related extensions