REVE Chat- Screen Sharing & Cobrowsing Plugin

REVE Chat- Screen Sharing & Co-Browsing Live Chat

Co je REVE Chat- Screen Sharing & Cobrowsing Plugin?

REVE Chat- Screen Sharing & Cobrowsing Plugin je rozšíření Chrome vyvinuté https://www.revechat.com, a jeho hlavní funkcí je „REVE Chat- Screen Sharing & Co-Browsing Live Chat“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření REVE Chat- Screen Sharing & Cobrowsing Plugin

Stáhněte si soubory rozšíření REVE Chat- Screen Sharing & Cobrowsing Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název REVE Chat- Screen Sharing & Cobrowsing Plugin REVE Chat- Screen Sharing & Cobrowsing Plugin
ID mdjljoiaeenpboejapmbogfjpdljjndh
Oficiální URL https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh
Popis REVE Chat- Screen Sharing & Co-Browsing Live Chat
Velikost souboru 5.36 KB
Počet instalací 2,749
Aktuální Verze 2.6
Poslední Aktualizace 2019-11-21
Datum Vydání 2019-11-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://www.revechat.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.revechat.com/support/
Podporované Jazyky 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"
    ]
}