REVE Chat- Screen Sharing & Cobrowsing Plugin

REVE Chat- Screen Sharing & Co-Browsing Live Chat

Co to jest REVE Chat- Screen Sharing & Cobrowsing Plugin?

REVE Chat- Screen Sharing & Cobrowsing Plugin to rozszerzenie Chrome opracowane przez https://www.revechat.com, a jego główną funkcją jest „REVE Chat- Screen Sharing & Co-Browsing Live Chat”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia REVE Chat- Screen Sharing & Cobrowsing Plugin

Pobierz pliki rozszerzeń REVE Chat- Screen Sharing & Cobrowsing Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa REVE Chat- Screen Sharing & Cobrowsing Plugin REVE Chat- Screen Sharing & Cobrowsing Plugin
ID mdjljoiaeenpboejapmbogfjpdljjndh
Oficjalny URL https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh
Opis REVE Chat- Screen Sharing & Co-Browsing Live Chat
Rozmiar pliku 5.36 KB
Liczba instalacji 2,749
Aktualna Wersja 2.6
Ostatnia Aktualizacja 2019-11-21
Data Publikacji 2019-11-18
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.revechat.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.revechat.com/support/
Obsługiwane Języki 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"
    ]
}