HeroHunt.ai

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

HeroHunt.aiคืออะไร?

HeroHunt.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HeroHunt.ai และคุณลักษณะหลักของมันคือ "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HeroHunt.ai

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}