HeroHunt.ai

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

Hvad er HeroHunt.ai?

HeroHunt.ai er en Chrome-udvidelse udviklet af HeroHunt.ai, og dens hovedfunktion er "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download HeroHunt.ai-udvidelses-CRX-fil

Download HeroHunt.ai-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ---

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                    

Grundlæggende oplysninger om udvidelsen

Navn HeroHunt.ai HeroHunt.ai
ID nmflpfdfaamlajlhhmlpdffplghijdfl
Officiel URL https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl
Beskrivelse Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Filstørrelse 361 KB
Antal Installationer 172
Nuværende Version 0.1.27
Senest Opdateret 2024-03-04
Udgivelsesdato 2023-08-25
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler HeroHunt.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.herohunt.ai/chrome-extension
Hjælpeside-URL https://help.herohunt.ai/en/collections/5717575-browser-extension
URL til Fortrolighedspolitik Side https://www.herohunt.ai/privacy
Understøttede Sprog 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\/*"
        ]
    }
}