HeroHunt.ai

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

HeroHunt.ai là gì?

HeroHunt.ai là một tiện ích mở rộng Chrome được phát triển bởi HeroHunt.ai, và tính năng chính của nó là "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HeroHunt.ai

Tải xuống các tệp mở rộng HeroHunt.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ---

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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HeroHunt.ai HeroHunt.ai
ID nmflpfdfaamlajlhhmlpdffplghijdfl
URL Chính Thức https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl
Mô tả Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Kích Thước Tệp 361 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 0.1.27
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-08-25
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển HeroHunt.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.herohunt.ai/chrome-extension
URL Trang Trợ Giúp https://help.herohunt.ai/en/collections/5717575-browser-extension
URL Trang Chính Sách Bảo Mật https://www.herohunt.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}