HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Co to jest HeroHunt.ai?
HeroHunt.ai to rozszerzenie Chrome opracowane przez HeroHunt.ai, a jego główną funkcją jest „Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HeroHunt.ai
Pobierz pliki rozszerzeń HeroHunt.ai w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
--- 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
Podstawowe informacje o rozszerzeniu
Nazwa | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
Oficjalny URL | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
Opis | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
Rozmiar pliku | 361 KB |
Liczba instalacji | 172 |
Aktualna Wersja | 0.1.27 |
Ostatnia Aktualizacja | 2024-03-04 |
Data Publikacji | 2023-08-25 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | HeroHunt.ai |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.herohunt.ai/chrome-extension |
Adres URL Strony Pomocy | https://help.herohunt.ai/en/collections/5717575-browser-extension |
Adres URL Strony Polityki Prywatności | https://www.herohunt.ai/privacy |
Obsługiwane Języki | 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\/*" ] } } |