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