Connect
Find new contacts and manage tasks and call steps in your sequences from anywhere
什么是Connect?
Connect是由https://www.datananas.com开发的Chrome扩展程序,该扩展的主要功能是“Find new contacts and manage tasks and call steps in your sequences from anywhere”。
扩展截图
下载Connect扩展crx文件
下载Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Connect allows you to manage your Outbound Sales campaigns and:
- Add new contacts en engage them in sequences
- Manage your tasks, and do them efficiently
- Call your contacts with VOIP
- See a timeline of your contacts' activities (opens, clicks, ...) 扩展基本信息
| 名称 | |
| ID | claekkfnhepphhinadlbhkhpgkjknkep |
| 官方URL | https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep |
| 简介 | Find new contacts and manage tasks and call steps in your sequences from anywhere |
| 文件大小 | 6.2 MB |
| 安装次数 | 1,568 |
| 当前版本 | 0.6.17 |
| 更新时间 | 2024-02-14 |
| 上架时间 | 2022-05-04 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://www.datananas.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.datananas.com |
| 帮助页面URL | https://help.datananas.com |
| 隐私政策页面URL | https://www.datananas.com/conditions-dutilisation |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Connect",
"description": "Find new contacts and manage tasks and call steps in your sequences from anywhere",
"version": "0.6.17",
"manifest_version": 3,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"activeTab",
"alarms",
"background",
"tts",
"cookies",
"storage",
"app",
"tabs",
"system.display"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.force.com\/*"
],
"js": [
"content\/contact.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"content\/linkedin_sn.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "service_worker.js"
},
"content_security_policy": {
"extension_pages": "child-src 'self' blob:; worker-src 'self'; script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"action": {
"default_title": "Connect",
"default_icon": "icons\/icon_128.png"
},
"host_permissions": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.datananas.com\/*",
"*:\/\/*.sarbacane.com\/*",
"*:\/\/*.salesforce.com\/*"
]
} | |