Connect
Find new contacts and manage tasks and call steps in your sequences from anywhere
What is Connect?
Connect is a Chrome extension developed by https://www.datananas.com, and its main feature is "Find new contacts and manage tasks and call steps in your sequences from anywhere".
Extension Screenshots
Download Connect Extension CRX File
Download Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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, ...)
Extension Basic Information
Name | Connect |
ID | claekkfnhepphhinadlbhkhpgkjknkep |
Official URL | https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep |
Description | Find new contacts and manage tasks and call steps in your sequences from anywhere |
File Size | 6.2 MB |
Installation Count | 1,568 |
Current Version | 0.6.17 |
Last Updated | 2024-02-14 |
Publish Date | 2022-05-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.datananas.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.datananas.com |
Help Page URL | https://help.datananas.com |
Privacy Policy Page URL | https://www.datananas.com/conditions-dutilisation |
Supported Languages | 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\/*" ] } |