Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
ما هو Uptics Sales Automation CRM؟
Uptics Sales Automation CRM هو إضافة Chrome تم تطويرها بواسطة https://uptics.io، والميزة الرئيسية لها هي "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Uptics Sales Automation CRM
قم بتنزيل ملفات الامتداد Uptics Sales Automation CRM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Uptics CRM users can manage their tasks under this extension.
معلومات أساسية عن التمديد
الاسم | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
الوصف | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
حجم الملف | 1.26 MB |
عدد التثبيتات | 206 |
النسخة الحالية | 0.0.9 |
آخر تحديث | 2022-03-29 |
تاريخ النشر | 2021-12-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://uptics.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://uptics.io |
عنوان صفحة المساعدة | https://help.uptics.io |
عنوان صفحة سياسة الخصوصية | https://uptics.io/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uptics Sales Automation CRM", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.", "version": "0.0.9", "browser_action": [], "permissions": [ "tabs", "webNavigation", "storage" ], "externally_connectable": { "matches": [ "*:\/\/app.uptics.io\/*", "*:\/\/localhost\/*" ], "accepts_tls_channel_id": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "pop-up.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*", "index.html", "toggler.js" ] } |