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是由https://www.revechat.com開發的Chrome擴展程式,該擴展的主要功能是“REVE Chat- Screen Sharing & Co-Browsing Live Chat”。

擴展截圖

screenshot
screenshot
screenshot

下載REVE Chat- Screen Sharing & Cobrowsing Plugin擴展crx文件

下載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 REVE Chat- Screen Sharing & Cobrowsing Plugin
ID mdjljoiaeenpboejapmbogfjpdljjndh
官方網址 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"
    ]
}