Huntr - Job Search Tracker & Autofill

Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.

Τι είναι το Huntr - Job Search Tracker & Autofill;

Το Huntr - Job Search Tracker & Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://huntr.co, και η κύρια λειτουργία του είναι "Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Huntr - Job Search Tracker & Autofill

Λήψη αρχείων επέκτασης Huntr - Job Search Tracker & Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Huntr Job Search Tracker & Autofill helps keep your job search organized and cut down application filling time to seconds.

Collect, track and manage your job applications from across the web. Huntr's chrome widget helps people keep tabs of every detail about their job search and their opportunities, regardless of where they are found. Log notes, dates, tasks, descriptions, salaries, locations, company data and more.

Huntr also auto-fills application forms for you, drawing from your Huntr profile. You can effortlessly submit job and internship applications online using the one-click quick apply feature. It works on thousands of sites and supports the top ATS systems.

Our job tracker is used by job seekers from around the world:
•   Over 250k people have used Huntr to keep tabs on their search
•   Over 5 million jobs tracked

Features
•   Save opportunities quickly from any site including boards, aggregators and ATS sites.
•   Apply and autofill job applications in one click.
•   Save the posting URL, title, salary, location, company and more.
•   Prepopulated company info, from a database of millions of companies.
•   Kanban board to track what stage each application is in.
•   Keep track of your tasks with todo lists for each application.
•   Save contacts, events, and anything else about your job search with notes.
•   Map showing the location of your saved opportunities.

Easy unemployment logging
•   Huntr makes it easy to log and retrieve your activities so you have all the information you need for your weekly unemployment claims

Save jobs from any website
•   Huntr lets you save jobs from any job site, including aggregators like Indeed and LinkedIn, boards like Dice and Dribbble, and ATS systems like Greenhouse and Lever.
•   After saving your opportunities, you can view them anytime on your dashboard. Huntr helps you keep tabs of all your applications in one place.

Automatic web clipper
•   Huntr supports automatic clipping for most job sites and boards. For sites that are not supported, you can copy the information by highlighting it on the page, making the process of saving quick and simple.

Kanban job tracker
•   Visualize the state of your job search in a kanban board.
•   See how many applications, interviews and offers you’ve received, all in one view.

Take notes
•   Document your journey and keep important information handy with notes.
•   From notes about your application to recording interview questions, notes help you remember everything about your job search.

Manage tasks
•   Track everything you need to do to get your dream placement, from polishing your resume to preparing for the big interview.

Share your progress
•   Does a career advisor need to check up on you? Do family or friends have suggestions for good opportunities? Huntr lets you share your board with anyone.

Powerful analytics
•   Track your progress through insightful metrics. Huntr provides the analytical tools you need to understand where you stand with your search.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Huntr - Job Search Tracker & Autofill Huntr - Job Search Tracker & Autofill
ID mihdfbecejheednfigjpdacgeilhlmnf
Επίσημο URL https://chromewebstore.google.com/detail/huntr-job-search-tracker/mihdfbecejheednfigjpdacgeilhlmnf
Περιγραφή Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.
Μέγεθος Αρχείου 1.62 MB
Αριθμός Εγκαταστάσεων 90,000
Τρέχουσα Έκδοση 2.0.35
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2020-05-09
Αξιολόγηση 4.85/5 Συνολικά 1127 Αξιολογήσεις
Προγραμματιστής https://huntr.co
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://huntr.co/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "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.35",
    "icons": {
        "16": "assets\/huntr-chrome-icon_16.png",
        "48": "assets\/huntr-chrome-icon_48.png",
        "128": "assets\/huntr-chrome-icon_128.png"
    },
    "browser_action": {
        "default_title": "Huntr",
        "default_icon": "assets\/huntr-chrome.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "background.bundle.js"
        ]
    },
    "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\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/maps.googleapis.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/app.huntr.co\/",
        "http:\/\/localhost:3000\/*",
        "https:\/\/huntr.co\/*",
        "https:\/\/fonts.googleapis.com\/css?family=Lato:300,400,700,900"
    ],
    "web_accessible_resources": [
        "assets\/simple-line-icons.css",
        "assets\/animate.css",
        "assets\/huntr-logo-purple.png",
        "assets\/app-logo.png",
        "assets\/fonts\/Simple-Line-Icons.ttf"
    ]
}