REVE Chat- Screen Sharing & Cobrowsing Plugin

REVE Chat- Screen Sharing & Co-Browsing Live Chat

Apa itu REVE Chat- Screen Sharing & Cobrowsing Plugin?

REVE Chat- Screen Sharing & Cobrowsing Plugin adalah ekstensi Chrome yang dikembangkan oleh https://www.revechat.com, dan fitur utamanya adalah "REVE Chat- Screen Sharing & Co-Browsing Live Chat".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi REVE Chat- Screen Sharing & Cobrowsing Plugin

Unduh file ekstensi REVE Chat- Screen Sharing & Cobrowsing Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama REVE Chat- Screen Sharing & Cobrowsing Plugin REVE Chat- Screen Sharing & Cobrowsing Plugin
ID mdjljoiaeenpboejapmbogfjpdljjndh
URL Resmi https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh
Deskripsi REVE Chat- Screen Sharing & Co-Browsing Live Chat
Ukuran File 5.36 KB
Jumlah Instalasi 2,749
Versi Saat Ini 2.6
Terakhir Diperbarui 2019-11-21
Tanggal Publikasi 2019-11-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.revechat.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.revechat.com/support/
Bahasa yang Didukung 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"
    ]
}