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.

What is WMS OpenTok Screen Sharing v2 (AP)?

WMS OpenTok Screen Sharing v2 (AP) is a Chrome extension developed by https://tokbox-reference-demos.herokuapp.com, and its main feature is "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".

Download WMS OpenTok Screen Sharing v2 (AP) Extension CRX File

Download WMS OpenTok Screen Sharing v2 (AP) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name WMS OpenTok Screen Sharing v2 (AP) WMS OpenTok Screen Sharing v2 (AP)
ID knmknlapoidpamfmadaalafimbjegekh
Official URL https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh
Description This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
File Size 28.84 KB
Installation Count 17
Current Version 2.8.1
Last Updated 2017-05-04
Publish Date 2017-05-04
Developer https://tokbox-reference-demos.herokuapp.com
Payment Type free
Supported Languages 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"
    ]
}