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은(는) https://huntr.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect, track and manage your job applications from across the web. Apply and autofill job applications in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Huntr - Job Search Tracker & Autofill 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}