HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Qu'est-ce que HeroHunt.ai ?
HeroHunt.ai est une extension Chrome développée par HeroHunt.ai, et sa fonction principale est "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HeroHunt.ai
Téléchargez les fichiers d'extension HeroHunt.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
--- 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
Informations de Base sur l'Extension
Nom | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
URL Officiel | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
Description | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
Taille du Fichier | 361 KB |
Nombre d'Installations | 172 |
Version Actuelle | 0.1.27 |
Dernière Mise à Jour | 2024-03-04 |
Date de Publication | 2023-08-25 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | HeroHunt.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.herohunt.ai/chrome-extension |
URL de la Page d'Aide | https://help.herohunt.ai/en/collections/5717575-browser-extension |
URL de la Page de Politique de Confidentialité | https://www.herohunt.ai/privacy |
Langues Prises en Charge | 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\/*" ] } } |