REVE Chat- Screen Sharing & Cobrowsing Plugin

REVE Chat- Screen Sharing & Co-Browsing Live Chat

Hvad er REVE Chat- Screen Sharing & Cobrowsing Plugin?

REVE Chat- Screen Sharing & Cobrowsing Plugin er en Chrome-udvidelse udviklet af https://www.revechat.com, og dens hovedfunktion er "REVE Chat- Screen Sharing & Co-Browsing Live Chat".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download REVE Chat- Screen Sharing & Cobrowsing Plugin-udvidelses-CRX-fil

Download REVE Chat- Screen Sharing & Cobrowsing Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn REVE Chat- Screen Sharing & Cobrowsing Plugin REVE Chat- Screen Sharing & Cobrowsing Plugin
ID mdjljoiaeenpboejapmbogfjpdljjndh
Officiel URL https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh
Beskrivelse REVE Chat- Screen Sharing & Co-Browsing Live Chat
Filstørrelse 5.36 KB
Antal Installationer 2,749
Nuværende Version 2.6
Senest Opdateret 2019-11-21
Udgivelsesdato 2019-11-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://www.revechat.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.revechat.com/support/
Understøttede Sprog 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"
    ]
}