HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Cos'è HeroHunt.ai?
HeroHunt.ai è un'estensione di Chrome sviluppata da HeroHunt.ai, e la sua funzione principale è "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HeroHunt.ai
Scarica i file di estensione HeroHunt.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
--- 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
Informazioni di Base sull'Estensione
Nome | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
URL Ufficiale | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
Descrizione | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
Dimensione del File | 361 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 0.1.27 |
Ultimo Aggiornamento | 2024-03-04 |
Data di Pubblicazione | 2023-08-25 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | HeroHunt.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.herohunt.ai/chrome-extension |
URL della Pagina di Aiuto | https://help.herohunt.ai/en/collections/5717575-browser-extension |
URL della Pagina della Politica sulla Privacy | https://www.herohunt.ai/privacy |
Lingue Supportate | 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\/*" ] } } |