REVE Chat- Screen Sharing & Cobrowsing Plugin
REVE Chat- Screen Sharing & Co-Browsing Live Chat
What is REVE Chat- Screen Sharing & Cobrowsing Plugin?
REVE Chat- Screen Sharing & Cobrowsing Plugin is a Chrome extension developed by https://www.revechat.com, and its main feature is "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
Extension Screenshots
Download REVE Chat- Screen Sharing & Cobrowsing Plugin Extension CRX File
Download REVE Chat- Screen Sharing & Cobrowsing Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | REVE Chat- Screen Sharing & Cobrowsing Plugin |
ID | mdjljoiaeenpboejapmbogfjpdljjndh |
Official URL | https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh |
Description | REVE Chat- Screen Sharing & Co-Browsing Live Chat |
File Size | 5.36 KB |
Installation Count | 2,749 |
Current Version | 2.6 |
Last Updated | 2019-11-21 |
Publish Date | 2019-11-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.revechat.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.revechat.com/support/ |
Supported Languages | 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" ] } |