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, ...)
擴展基本資訊
名稱 | Connect |
ID | claekkfnhepphhinadlbhkhpgkjknkep |
官方網址 | 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\/*" ] } |