HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Co je HeroHunt.ai?
HeroHunt.ai je rozšíření Chrome vyvinuté HeroHunt.ai, a jeho hlavní funkcí je „Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HeroHunt.ai
Stáhněte si soubory rozšíření HeroHunt.ai ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
--- 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
Základní Informace o Rozšíření
Název | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
Oficiální URL | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
Popis | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
Velikost souboru | 361 KB |
Počet instalací | 172 |
Aktuální Verze | 0.1.27 |
Poslední Aktualizace | 2024-03-04 |
Datum Vydání | 2023-08-25 |
Hodnocení | 5.00/5 Celkem 10 Hodnocení |
Vývojář | HeroHunt.ai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.herohunt.ai/chrome-extension |
URL Stránky Nápovědy | https://help.herohunt.ai/en/collections/5717575-browser-extension |
URL Stránky Zásad Ochrany Soukromí | https://www.herohunt.ai/privacy |
Podporované Jazyky | 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\/*" ] } } |