Connect
Find new contacts and manage tasks and call steps in your sequences from anywhere
ما هو Connect؟
Connect هو إضافة Chrome تم تطويرها بواسطة https://www.datananas.com، والميزة الرئيسية لها هي "Find new contacts and manage tasks and call steps in your sequences from anywhere".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Connect
قم بتنزيل ملفات الامتداد Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://help.datananas.com |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |