REVE Chat- Screen Sharing & Cobrowsing Plugin
REVE Chat- Screen Sharing & Co-Browsing Live Chat
Vad är REVE Chat- Screen Sharing & Cobrowsing Plugin?
REVE Chat- Screen Sharing & Cobrowsing Plugin är en Chrome-tillägg utvecklad av https://www.revechat.com, och dess huvudfunktion är "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
Tilläggsskärmbilder
Ladda ner REVE Chat- Screen Sharing & Cobrowsing Plugin-förlängningens CRX-fil
Ladda ner REVE Chat- Screen Sharing & Cobrowsing Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | REVE Chat- Screen Sharing & Cobrowsing Plugin |
ID | mdjljoiaeenpboejapmbogfjpdljjndh |
Officiell webbadress | https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh |
Beskrivning | REVE Chat- Screen Sharing & Co-Browsing Live Chat |
Filstorlek | 5.36 KB |
Antal Installationer | 2,749 |
Aktuell Version | 2.6 |
Senast Uppdaterad | 2019-11-21 |
Publiceringsdatum | 2019-11-18 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://www.revechat.com |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://www.revechat.com/support/ |
Stödda Språk | 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" ] } |