Huntr - Job Search Tracker & Autofill

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

¿Qué es Huntr - Job Search Tracker & Autofill?

Huntr - Job Search Tracker & Autofill es una extensión de Chrome desarrollada por https://huntr.co, y su función principal es "Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Huntr - Job Search Tracker & Autofill

Descarga archivos de extensión Huntr - Job Search Tracker & Autofill en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Huntr - Job Search Tracker & Autofill Huntr - Job Search Tracker & Autofill
ID mihdfbecejheednfigjpdacgeilhlmnf
URL Oficial https://chromewebstore.google.com/detail/huntr-job-search-tracker/mihdfbecejheednfigjpdacgeilhlmnf
Descripción Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click.
Tamaño del Archivo 1.62 MB
Cantidad de Instalaciones 90,000
Versión Actual 2.0.35
Última Actualización 2024-02-09
Fecha de Publicación 2020-05-09
Calificación 4.85/5 Total de 1127 Calificaciones
Desarrollador https://huntr.co
Tipo de Pago free
URL de la Página de Política de Privacidad https://huntr.co/privacy
Idiomas Soportados 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"
    ]
}