HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
What is HeroHunt.ai?
HeroHunt.ai is a Chrome extension developed by HeroHunt.ai, and its main feature is "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.".
Extension Screenshots
Download HeroHunt.ai Extension CRX File
Download HeroHunt.ai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
--- 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
Extension Basic Information
Name | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
Official URL | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
Description | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
File Size | 361 KB |
Installation Count | 172 |
Current Version | 0.1.27 |
Last Updated | 2024-03-04 |
Publish Date | 2023-08-25 |
Rating | 5.00/5 Total 10 Ratings |
Developer | HeroHunt.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://www.herohunt.ai/chrome-extension |
Help Page URL | https://help.herohunt.ai/en/collections/5717575-browser-extension |
Privacy Policy Page URL | https://www.herohunt.ai/privacy |
Supported Languages | 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\/*" ] } } |