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.
Cos'è WMS OpenTok Screen Sharing v2 (AP)?
WMS OpenTok Screen Sharing v2 (AP) è un'estensione di Chrome sviluppata da https://tokbox-reference-demos.herokuapp.com, e la sua funzione principale è "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".
Scarica il file CRX dell'estensione WMS OpenTok Screen Sharing v2 (AP)
Scarica i file di estensione WMS OpenTok Screen Sharing v2 (AP) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | knmknlapoidpamfmadaalafimbjegekh |
URL Ufficiale | https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh |
Descrizione | This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen. |
Dimensione del File | 28.84 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 2.8.1 |
Ultimo Aggiornamento | 2017-05-04 |
Data di Pubblicazione | 2017-05-04 |
Sviluppatore | https://tokbox-reference-demos.herokuapp.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |