WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Huntr - Job Search Tracker & Autofill

Huntr - Job Search Tracker & Autofill

View on Chrome Web Store
View Huntr - Job Search Tracker & Autofill Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (1,301 ratings)
2 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.

Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.
Type
Extension
Users
90,000 users
10K
Website huntr.co
huntr-chrome-extension
View author page of huntr-chrome-extension
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 10, 2017
Version 2.0.42
Manifest version
3
Updated
Updated on November 6, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Huntr - Job Search Tracker & Autofill 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": "Huntr - Job Search Tracker & Autofill",
    "short_name": "Huntr",
    "description": "Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.",
    "version": "2.0.42",
    "icons": {
        "16": "assets\/huntr-chrome-icon_16.png",
        "48": "assets\/huntr-chrome-icon_48.png",
        "128": "assets\/huntr-chrome-icon_128.png"
    },
    "action": {
        "default_title": "Huntr",
        "default_icon": "assets\/huntr-chrome.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/simple-line-icons.css",
                "assets\/animate.css"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/jquery-ui.js",
                "content.bundle.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.huntr.co\/*",
            "https:\/\/huntr.co\/*",
            "https:\/\/huntrstaging.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/maps.googleapis.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/app.huntr.co\/",
        "http:\/\/localhost:3000\/*",
        "https:\/\/huntr.co\/*",
        "https:\/\/huntrstaging.com\/*",
        "https:\/\/fonts.googleapis.com\/css?family=Lato:300,400,700,900"
    ],
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "webNavigation",
        "scripting",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/simple-line-icons.css",
                "assets\/animate.css",
                "assets\/huntr-logo-purple.png",
                "assets\/app-logo.png",
                "assets\/fonts\/Simple-Line-Icons.ttf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}
© 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