HeroHunt.ai
Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.
HeroHunt.aiとは何ですか?
HeroHunt.aiはHeroHunt.aiによって開発されたChromeの拡張機能で、その主な機能は「Completely automate your recruitment process by adding candidates to automated engagement flows, straight from your browser.」です。
拡張機能のスクリーンショット
HeroHunt.ai拡張機能のCRXファイルをダウンロード
HeroHunt.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
---
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
} | |