WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SimpleFill - Autofill Forms

SimpleFill - Autofill Forms

View on Chrome Web Store
View SimpleFill - Autofill Forms Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (84 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Browser extension that fills out forms with smart auto-suggestions in dropdowns and right-click menu.
Type
Extension
Users
6,000 users
1K
Ram Patra
View author page of Ram Patra
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 27, 2013
Version 3.1.1
Manifest version
3
Updated
Updated on June 13, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SimpleFill - Autofill Forms 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": "SimpleFill - Autofill Forms",
    "description": "Browser extension that fills out forms with smart auto-suggestions in dropdowns and right-click menu.",
    "version": "3.1.1",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": [],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/autocomplete.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 2025 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