WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fillr AI – Instantly Autofill Job Applications Using AI

Fillr AI – Instantly Autofill Job Applications Using AI

View on Chrome Web Store
View Fillr AI – Instantly Autofill Job Applications Using AI Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

AI-powered job application autofill extension
Type
Extension
Users
46 users
4
Website fillr.me
Priyanshu Saini
View author page of Priyanshu Saini
Published
Published on July 21, 2025
Version 1.0
Manifest version
3
Updated
Updated on August 11, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fillr AI – Instantly Autofill Job Applications Using AI 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": "Fillr AI \u2013 Instantly Autofill Job Applications Using AI",
    "description": "AI-powered job application autofill extension",
    "version": "1.0",
    "icons": {
        "16": "fillr-16.png",
        "32": "fillr-32.png",
        "48": "fillr-48.png",
        "128": "fillr-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Fillr AI - Auto-fill forms",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "fillr-16.png",
            "32": "fillr-32.png",
            "48": "fillr-48.png",
            "128": "fillr-128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content.tsx.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "web-app-bridge.ts-loader.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/www.fillr.me\/*",
                "https:\/\/fillr.me\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "content.tsx.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/fillr.me\/*",
                "https:\/\/www.fillr.me\/*"
            ],
            "resources": [
                "extensionAuth.js",
                "web-app-bridge.ts.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 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