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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" ] } |