HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
O que é HeroHunt.ai?
HeroHunt.ai é uma extensão do Chrome desenvolvida por HeroHunt.ai, e sua principal característica é "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HeroHunt.ai
Baixe arquivos de extensão HeroHunt.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
--- 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
Informações Básicas da Extensão
Nome | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
URL Oficial | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
Descrição | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
Tamanho do Arquivo | 361 KB |
Contagem de Instalações | 172 |
Versão Atual | 0.1.27 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2023-08-25 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | HeroHunt.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.herohunt.ai/chrome-extension |
URL da Página de Ajuda | https://help.herohunt.ai/en/collections/5717575-browser-extension |
URL da Página de Política de Privacidade | https://www.herohunt.ai/privacy |
Idiomas Suportados | 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\/*" ] } } |