HeroHunt.ai

Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.

HeroHunt.ai란 무엇입니까?

HeroHunt.ai은(는) HeroHunt.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

HeroHunt.ai 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ---

With the HeroHunt.ai Chrome Extension you can completely automate your recruitment process.

Add potential candidates you find online to automated engagement flows, straight from your browser.

- Find contact details: find verified email addresses of potential candidates you find
- Automate outreach: automate every touchpoint in the recruiting process
- Create lists: easily create lists of your favorite candidates straight from LinkedIn                    

확장 프로그램 기본 정보

이름 HeroHunt.ai HeroHunt.ai
ID nmflpfdfaamlajlhhmlpdffplghijdfl
공식 URL https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl
설명 Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
파일 크기 361 KB
설치 횟수 172
현재 버전 0.1.27
최근 업데이트 2024-03-04
출시 날짜 2023-08-25
평점 5.00/5 총 10 개의 평점
개발자 HeroHunt.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.herohunt.ai/chrome-extension
도움말 페이지 URL https://help.herohunt.ai/en/collections/5717575-browser-extension
개인정보 보호 정책 페이지 URL https://www.herohunt.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.27",
    "manifest_version": 3,
    "name": "HeroHunt.ai",
    "description": "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.",
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "static\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.herohunt.ai\/*"
        ]
    }
}