Toshiba Web Conference
WebRTC Screen Capturing Extension
Cos'è Toshiba Web Conference?
Toshiba Web Conference è un'estensione di Chrome sviluppata da https://52.11.150.145:8443/ScreenShare, e la sua funzione principale è "WebRTC Screen Capturing Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Toshiba Web Conference
Scarica i file di estensione Toshiba Web Conference 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
updated homepage-url in manifest
Informazioni di Base sull'Estensione
Nome | |
ID | jemdpmcopcpngbklmcjcljfkdmoloeno |
URL Ufficiale | https://chrome.google.com/webstore/detail/toshiba-web-conference/jemdpmcopcpngbklmcjcljfkdmoloeno |
Descrizione | WebRTC Screen Capturing Extension |
Dimensione del File | 265 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-03-16 |
Data di Pubblicazione | 2016-03-16 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://52.11.150.145:8443/ScreenShare |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toshiba Web Conference", "author": "Toshiba", "version": "0.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC Screen Capturing Extension", "homepage_url": "https:\/\/52.11.150.145:8443\/ScreenShare\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/52.11.150.145\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |