WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Autofill Smartly - JobFill

Autofill Smartly - JobFill

View on Chrome Web Store
View Autofill Smartly - JobFill Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (79 ratings)
2 new 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.

Autofill any form (job applications, registrations, booking,...) smartly and conveniently!
Type
Extension
Users
20,000 users
10K
Website jobfill.ai
nhatdx
View author page of nhatdx
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 11, 2020
Version 1.7.24
Manifest version
3
Updated
Updated on August 4, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Autofill Smartly - JobFill 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": "Autofill Smartly - JobFill",
    "version": "1.7.24",
    "description": "Autofill any form (job applications, registrations, booking,...) smartly and conveniently!",
    "icons": {
        "16": "icons\/jf_icon16.png",
        "48": "icons\/jf_icon48_2.png",
        "128": "icons\/jf_icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/jf_icon128_2.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "capture": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "MacCtrl+1"
            },
            "description": "Capture the form fields"
        },
        "autofill": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "MacCtrl+2"
            },
            "description": "Autofill"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "interceptor.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}
© 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