Connect
Find new contacts and manage tasks and call steps in your sequences from anywhere
Connect क्या है?
Connect https://www.datananas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find new contacts and manage tasks and call steps in your sequences from anywhere"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/*" ] } |