Connect
Find new contacts and manage tasks and call steps in your sequences from anywhere
Qu'est-ce que Connect ?
Connect est une extension Chrome développée par https://www.datananas.com, et sa fonction principale est "Find new contacts and manage tasks and call steps in your sequences from anywhere".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Connect
Téléchargez les fichiers d'extension Connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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, ...)
Informations de Base sur l'Extension
Nom | Connect |
ID | claekkfnhepphhinadlbhkhpgkjknkep |
URL Officiel | https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep |
Description | Find new contacts and manage tasks and call steps in your sequences from anywhere |
Taille du Fichier | 6.2 MB |
Nombre d'Installations | 1,568 |
Version Actuelle | 0.6.17 |
Dernière Mise à Jour | 2024-02-14 |
Date de Publication | 2022-05-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://www.datananas.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.datananas.com |
URL de la Page d'Aide | https://help.datananas.com |
URL de la Page de Politique de Confidentialité | https://www.datananas.com/conditions-dutilisation |
Langues Prises en Charge | 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\/*" ] } |