REVE Chat- Screen Sharing & Cobrowsing Plugin
REVE Chat- Screen Sharing & Co-Browsing Live Chat
Wat is REVE Chat- Screen Sharing & Cobrowsing Plugin?
REVE Chat- Screen Sharing & Cobrowsing Plugin is een Chrome-extensie ontwikkeld door https://www.revechat.com, en de belangrijkste functie is "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
Extensie Screenshots
Download het CRX-bestand van de extensie REVE Chat- Screen Sharing & Cobrowsing Plugin
Download REVE Chat- Screen Sharing & Cobrowsing Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | REVE Chat- Screen Sharing & Cobrowsing Plugin |
ID | mdjljoiaeenpboejapmbogfjpdljjndh |
Officiële URL | https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh |
Beschrijving | REVE Chat- Screen Sharing & Co-Browsing Live Chat |
Bestandsgrootte | 5.36 KB |
Aantal Installaties | 2,749 |
Huidige Versie | 2.6 |
Laatst Bijgewerkt | 2019-11-21 |
Publicatiedatum | 2019-11-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.revechat.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://www.revechat.com/support/ |
Ondersteunde Talen | 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" ] } |