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文件

下載HeroHunt.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ---

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
官方網址 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\/*"
        ]
    }
}