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.

Wat is WMS OpenTok Screen Sharing v2 (AP)?

WMS OpenTok Screen Sharing v2 (AP) is een Chrome-extensie ontwikkeld door https://tokbox-reference-demos.herokuapp.com, en de belangrijkste functie is "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".

Download het CRX-bestand van de extensie WMS OpenTok Screen Sharing v2 (AP)

Download WMS OpenTok Screen Sharing v2 (AP)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam WMS OpenTok Screen Sharing v2 (AP) WMS OpenTok Screen Sharing v2 (AP)
ID knmknlapoidpamfmadaalafimbjegekh
Officiële URL https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh
Beschrijving This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Bestandsgrootte 28.84 KB
Aantal Installaties 17
Huidige Versie 2.8.1
Laatst Bijgewerkt 2017-05-04
Publicatiedatum 2017-05-04
Ontwikkelaar https://tokbox-reference-demos.herokuapp.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}