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 |
公式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 |
Eメール | [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\/*" ] } |