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 https://www.revechat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "REVE Chat- Screen Sharing & Co-Browsing Live Chat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में REVE Chat- Screen Sharing & Cobrowsing Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |