HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
HeroHunt.ai क्या है?
HeroHunt.ai HeroHunt.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HeroHunt.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
--- 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
एक्सटेंशन की मूल जानकारी
नाम | HeroHunt.ai |
ID | nmflpfdfaamlajlhhmlpdffplghijdfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/herohuntai/nmflpfdfaamlajlhhmlpdffplghijdfl |
विवरण | Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser. |
फ़ाइल का आकार | 361 KB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 0.1.27 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2023-08-25 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | HeroHunt.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.herohunt.ai/chrome-extension |
सहायता पृष्ठ URL | https://help.herohunt.ai/en/collections/5717575-browser-extension |
गोपनीयता नीति पृष्ठ URL | https://www.herohunt.ai/privacy |
समर्थित भाषाएँ | 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\/*" ] } } |