REVE Chat- Screen Sharing & Cobrowsing Plugin
REVE Chat- Screen Sharing & Co-Browsing Live Chat
Qu'est-ce que REVE Chat- Screen Sharing & Cobrowsing Plugin ?
REVE Chat- Screen Sharing & Cobrowsing Plugin est une extension Chrome développée par https://www.revechat.com, et sa fonction principale est "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension REVE Chat- Screen Sharing & Cobrowsing Plugin
Téléchargez les fichiers d'extension REVE Chat- Screen Sharing & Cobrowsing Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | REVE Chat- Screen Sharing & Cobrowsing Plugin |
ID | mdjljoiaeenpboejapmbogfjpdljjndh |
URL Officiel | https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh |
Description | REVE Chat- Screen Sharing & Co-Browsing Live Chat |
Taille du Fichier | 5.36 KB |
Nombre d'Installations | 2,749 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2019-11-21 |
Date de Publication | 2019-11-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.revechat.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.revechat.com/support/ |
Langues Prises en Charge | 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" ] } |