HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
Wat is HeroHunt.ai?
HeroHunt.ai is een Chrome-extensie ontwikkeld door HeroHunt.ai, en de belangrijkste functie is "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie HeroHunt.ai
Download HeroHunt.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
---
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 Basisinformatie over de Extensie
| Naam | |
| ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
| Officiële URL | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
| Beschrijving | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
| Bestandsgrootte | 361 KB |
| Aantal Installaties | 172 |
| Huidige Versie | 0.1.27 |
| Laatst Bijgewerkt | 2024-03-04 |
| Publicatiedatum | 2023-08-25 |
| Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | HeroHunt.ai |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.herohunt.ai/chrome-extension |
| Help Pagina-URL | https://help.herohunt.ai/en/collections/5717575-browser-extension |
| URL van de Privacybeleid Pagina | https://www.herohunt.ai/privacy |
| Ondersteunde Talen | 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\/*"
]
}
} | |