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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.revechat.com, και η κύρια λειτουργία του είναι "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης REVE Chat- Screen Sharing & Cobrowsing Plugin
Λήψη αρχείων επέκτασης REVE Chat- Screen Sharing & Cobrowsing Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |