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 |
| 电子邮箱 | [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\/*"
]
}
} | |