VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
什麼是VideoRTC Screensharing?
VideoRTC Screensharing是由https://ivrpowers.com開發的Chrome擴展程式,該擴展的主要功能是“This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC”。
擴展截圖
下載VideoRTC Screensharing擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | pkilckpboojemoogepfpkgbihkfkikel | 
| 官方網址 | 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"
    ]
}  |  |