OpenTok Screen Sharing v2 (Financial Demo)
This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Cos'è OpenTok Screen Sharing v2 (Financial Demo)?
OpenTok Screen Sharing v2 (Financial Demo) è un'estensione di Chrome sviluppata da https://financial-demo.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 OpenTok Screen Sharing v2 (Financial Demo)
Scarica i file di estensione OpenTok Screen Sharing v2 (Financial Demo) 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 | plocfffmbcclpdifaikiikgplfnepkpo |
URL Ufficiale | https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo |
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.85 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-08-11 |
Data di Pubblicazione | 2016-08-11 |
Sviluppatore | https://financial-demo.herokuapp.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenTok Screen Sharing v2 (Financial Demo)", "author": "Vertical Solution TokBox, Inc.", "version": "2.0", "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:\/\/financial-demo.herokuapp.com\/", "https:\/\/financial-demo.herokuapp.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |