SalesAssist
SalesAssist Chrome CRM extension
ما هو SalesAssist؟
SalesAssist هو إضافة Chrome تم تطويرها بواسطة Shiplove Inc.، والميزة الرئيسية لها هي "SalesAssist Chrome CRM extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SalesAssist
قم بتنزيل ملفات الامتداد SalesAssist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An easier, faster way to complete the sales process with mobile-first e-Signatures, document collection, ID verification, e-Forms, payments and much more, directly from your CRM. Customer interactions and information collected are tracked and mapped to the CRM in real time. With SalesAssist salespeople say goodbye to painful paperwork and manual data entry while delighting their customers with a frictionless journey. Handling customer interactions has never been easier!
معلومات أساسية عن التمديد
الاسم | SalesAssist |
ID | oehaiibnpneipeafkkhdiignfiopoknc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc |
الوصف | SalesAssist Chrome CRM extension |
حجم الملف | 640 KB |
عدد التثبيتات | 134 |
النسخة الحالية | 1.0.34 |
آخر تحديث | 2024-03-03 |
تاريخ النشر | 2022-06-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Shiplove Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://salesassist.io |
عنوان صفحة المساعدة | https://salesassist.io |
عنوان صفحة سياسة الخصوصية | https://www.salesassist.io/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SalesAssist", "description": "SalesAssist Chrome CRM extension", "version": "1.0.34", "content_scripts": [ { "matches": [ "https:\/\/*.apps.vinmanager.com\/vinconnect\/*", "https:\/\/*.eleadcrm.com\/evo2\/*", "https:\/\/*.forddirectcrm.com\/evo2\/*", "https:\/\/*.app.coxautoinc.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "icons": { "16": "logo.png", "32": "logo.png", "64": "logo.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "vinsolutions_events.js", "eleads_events.js" ], "matches": [ " |