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 | 
| 官方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"
    ]
}  |  |