ZoomContact
ZoomContact
什么是ZoomContact?
ZoomContact是由ZoomContact开发的Chrome扩展程序,该扩展的主要功能是“ZoomContact”。
扩展截图
下载ZoomContact扩展crx文件
下载ZoomContact扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AI powered Chrome Extension to easily find and engage ideal leads on LinkedIn.
ZoomContact's AI capabilities provide a wide range of benefits to recruiters and sales professionals alike.
• Get phone numbers and email addresses in one click.
• Summarize profile faster with AI.
• Find similar leads quickly with AI generated boolean search string.
• To expedite your email creation process, ZoomContact offers AI-generated prompts tailored to cater to your specific needs.
🎁 It’s FREE to start.
Install ZoomContact on your browser with 50 contact credits and 500 GenAI credits per month.
✨ 1 contact credit = 1 contact’s email + phone number.
✨ 1 GenAI credit = 1 AI summary OR 1 boolean search OR 1 AI-generated email.
For more info:
Email: [email protected]
Website: https://zoomcontact.io/
Alternatives: https://zoomcontact.io/alternatives/
Privacy Policy: https://zoomcontact.io/privacy/ 扩展基本信息
| 名称 | |
| ID | bkomhhlgldmokcopilckjiggodoehkco |
| 官方URL | https://chromewebstore.google.com/detail/zoomcontact/bkomhhlgldmokcopilckjiggodoehkco |
| 简介 | ZoomContact |
| 文件大小 | 1.57 MB |
| 安装次数 | 76 |
| 当前版本 | 0.0.7 |
| 更新时间 | 2023-12-15 |
| 上架时间 | 2023-06-29 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | ZoomContact |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://zoomcontact.io |
| 隐私政策页面URL | https://zoomcontact.io/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ZoomContact",
"icons": {
"16": "logo128.png",
"32": "logo128.png",
"48": "logo128.png",
"128": "logo128.png"
},
"manifest_version": 3,
"description": "ZoomContact",
"version": "0.0.7",
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"permissions": [
"cookies",
"storage",
"alarms",
"scripting"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/app.zoomcontact.io\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/app.zoomcontact.io\/*"
]
}
} | |