WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Form Filler Pro by Zovo | One-Click Auto Fill

Form Filler Pro by Zovo | One-Click Auto Fill

View on Chrome Web Store
View Form Filler Pro by Zovo | One-Click Auto Fill Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Stop typing the same data repeatedly. Auto-fill any form in one click with saved profiles. Built for testers & dev teams.
Type
Extension
Users
4 users
2
Autom8 LLC
View author page of Autom8 LLC
Published
Published on February 7, 2026
Version 1.0.2
Manifest version
3
Updated
Updated on February 7, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Form Filler Pro by Zovo | One-Click Auto Fill Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler Pro by Zovo | One-Click Auto Fill",
    "version": "1.0.2",
    "description": "Stop typing the same data repeatedly. Auto-fill any form in one click with saved profiles. Built for testers & dev teams.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "alarms",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "commands": {
        "fill-form": {
            "suggested_key": {
                "default": "Alt+F"
            },
            "description": "Fill current form with active profile"
        },
        "fill-random": {
            "suggested_key": {
                "default": "Alt+Shift+F"
            },
            "description": "Fill form with random data"
        },
        "switch-profile": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Cycle to next profile"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top