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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.revechat.com และคุณลักษณะหลักของมันคือ "REVE Chat- Screen Sharing & Co-Browsing Live Chat"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย REVE Chat- Screen Sharing & Cobrowsing Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}