VideoRTC Screensharing

This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC

VideoRTC Screensharingคืออะไร?

VideoRTC Screensharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ivrpowers.com และคุณลักษณะหลักของมันคือ "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VideoRTC Screensharing

ดาวน์โหลดไฟล์ส่วนขยาย VideoRTC Screensharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        VideoRTC Screensharing is a chrome extension that supports to share a screen or window application from the Agent during an advanced Call Center interaction with Users.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VideoRTC Screensharing VideoRTC Screensharing
ID pkilckpboojemoogepfpkgbihkfkikel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel
คำอธิบาย This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
ขนาดไฟล์ 10.14 KB
จำนวนการติดตั้ง 0
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-03-22
วันที่เผยแพร่ 2017-03-22
ผู้พัฒนา https://ivrpowers.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoRTC Screensharing",
    "short_name": "VideoRTC Screensharing",
    "description": "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC",
    "author": "IVRPowers",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}