WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Uplers Autofill Job

Uplers Autofill Job

View on Chrome Web Store
View Uplers Autofill Job Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
23 views
This extension has been viewed 23 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.

The Autofill Job Form extension is designed to make job applications faster and hassle-free. Simply log in to your existing Uplers…
Type
Extension
Users
510 users
1
Website ats.uplers.com
Uplers
View author page of Uplers
Published
Published on December 19, 2024
Version 1.6
Manifest version
3
Updated
Updated on January 30, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Uplers Autofill Job 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": "Uplers Autofill Job",
    "author": "uplers",
    "version": "1.6",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "109",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*careers*",
                "*:\/\/*\/*career*",
                "*:\/\/*\/*jobs*",
                "*:\/\/*\/*job*",
                "*:\/\/*\/*apply*",
                "*:\/\/*\/*recruitment*",
                "*:\/\/*\/*opportunities*",
                "*:\/\/*\/*vacancies*",
                "*:\/\/*\/*openings*",
                "*:\/\/*\/*positions*",
                "*:\/\/*\/*employment*",
                "*:\/\/*\/*career-center*",
                "*:\/\/*\/*job-listings*",
                "*:\/\/*\/*submit-application*",
                "*:\/\/*\/*job-board*",
                "*:\/\/*\/*work-with-us*",
                "*:\/\/*\/*join-our-team*",
                "*:\/\/*\/*trainee-programs*",
                "*:\/\/*\/*graduate-jobs*",
                "*:\/\/*\/*internships*",
                "*:\/\/*\/*campus-hiring*",
                "*:\/\/*\/*my-application*",
                "*:\/\/*\/*candidate*",
                "*:\/\/*\/*applicant*",
                "*:\/\/*\/*job-seeker*",
                "*:\/\/*\/*apply-now*"
            ],
            "js": [
                "js\/content.js"
            ],
            "exclude_matches": [
                "*:\/\/*.uplers.com\/*"
            ],
            "type": "module",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.uplers.com\/*"
            ],
            "js": [
                "js\/uplers.js"
            ],
            "type": "module"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "chrome_style": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "utils.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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