WMS OpenTok Screen Sharing v2 (AP)

This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.

什么是WMS OpenTok Screen Sharing v2 (AP)?

WMS OpenTok Screen Sharing v2 (AP)是由https://tokbox-reference-demos.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.”。

下载WMS OpenTok Screen Sharing v2 (AP)扩展crx文件

下载WMS OpenTok Screen Sharing v2 (AP)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 WMS OpenTok Screen Sharing v2 (AP) WMS OpenTok Screen Sharing v2 (AP)
ID knmknlapoidpamfmadaalafimbjegekh
官方URL https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh
简介 This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
文件大小 28.84 KB
安装次数 17
当前版本 2.8.1
更新时间 2017-05-04
上架时间 2017-05-04
开发者 https://tokbox-reference-demos.herokuapp.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WMS OpenTok Screen Sharing v2 (AP)",
    "author": "Vertical Solution TokBox, Inc.",
    "version": "2.8.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for http:\/\/tokbox.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tokbox.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/ss-annotation-acc-pack.herokuapp.com\/",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}