Screen sharing for VROOM
Allow screen sharing in the VROOM WebRTC visio conference app
Cos'è Screen sharing for VROOM?
Screen sharing for VROOM è un'estensione di Chrome sviluppata da Daniel B., e la sua funzione principale è "Allow screen sharing in the VROOM WebRTC visio conference app".
Scarica il file CRX dell'estensione Screen sharing for VROOM
Scarica i file di estensione Screen sharing for VROOM 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
This simple extension allows screen sharing with the VROOM video conference app
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ecicdpoejfllflombfanbhfpgcimjddn |
URL Ufficiale | https://chrome.google.com/webstore/detail/screen-sharing-for-vroom/ecicdpoejfllflombfanbhfpgcimjddn |
Descrizione | Allow screen sharing in the VROOM WebRTC visio conference app |
Dimensione del File | 3.92 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-04-30 |
Data di Pubblicazione | 2014-04-30 |
Sviluppatore | Daniel B. |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen sharing for VROOM", "description": "Allow screen sharing in the VROOM WebRTC visio conference app", "version": "0.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": [], "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |