REVE Chat- Screen Sharing & Cobrowsing Plugin
REVE Chat- Screen Sharing & Co-Browsing Live Chat
ما هو REVE Chat- Screen Sharing & Cobrowsing Plugin؟
REVE Chat- Screen Sharing & Cobrowsing Plugin هو إضافة Chrome تم تطويرها بواسطة https://www.revechat.com، والميزة الرئيسية لها هي "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة REVE Chat- Screen Sharing & Cobrowsing Plugin
قم بتنزيل ملفات الامتداد REVE Chat- Screen Sharing & Cobrowsing Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
REVE Chat is a multi-channel cloud based live chat software that offers instant assistance to your website visitors through live chat, voice/video chat, Mobile Apps, Facebook and Viber messaging. Screen Sharing allows you to share the screen with the live chat agent. This allows you in product walk through, hence increasing sales. Co browsing allows you to share the access of your system with the live chat agent. This can be helpful in providing better support.
معلومات أساسية عن التمديد
الاسم | REVE Chat- Screen Sharing & Cobrowsing Plugin |
ID | mdjljoiaeenpboejapmbogfjpdljjndh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh |
الوصف | REVE Chat- Screen Sharing & Co-Browsing Live Chat |
حجم الملف | 5.36 KB |
عدد التثبيتات | 2,749 |
النسخة الحالية | 2.6 |
آخر تحديث | 2019-11-21 |
تاريخ النشر | 2019-11-18 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://www.revechat.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://www.revechat.com/support/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "REVE Chat- Screen Sharing & Cobrowsing Plugin", "author": "REVE Chat", "version": "2.6", "manifest_version": 2, "minimum_chrome_version": "34", "description": "REVE Chat- Screen Sharing & Co-Browsing Live Chat", "homepage_url": "https:\/\/revechat.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |