HeroHunt.ai

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

¿Qué es HeroHunt.ai?

HeroHunt.ai es una extensión de Chrome desarrollada por HeroHunt.ai, y su función principal es "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión HeroHunt.ai

Descarga archivos de extensión HeroHunt.ai en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ---

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                    

Información Básica de la Extensión

Nombre HeroHunt.ai HeroHunt.ai
ID nmflpfdfaamlajlhhmlpdffplghijdfl
URL Oficial https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl
Descripción Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Tamaño del Archivo 361 KB
Cantidad de Instalaciones 172
Versión Actual 0.1.27
Última Actualización 2024-03-04
Fecha de Publicación 2023-08-25
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador HeroHunt.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.herohunt.ai/chrome-extension
URL de la Página de Ayuda https://help.herohunt.ai/en/collections/5717575-browser-extension
URL de la Página de Política de Privacidad https://www.herohunt.ai/privacy
Idiomas Soportados 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\/*"
        ]
    }
}