BigBlueButton Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Cos'è BigBlueButton Screenshare Extension?
BigBlueButton Screenshare Extension è un'estensione di Chrome sviluppata da https://ednet.ns.ca, e la sua funzione principale è "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BigBlueButton Screenshare Extension
Scarica i file di estensione BigBlueButton Screenshare Extension 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
Required Extension to use BigBlueButton in Chrome on EDnet
Informazioni di Base sull'Estensione
Nome | BigBlueButton Screenshare Extension |
ID | ldjhogfpafjhgbhcgccghdjdnjmoaafi |
URL Ufficiale | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldjhogfpafjhgbhcgccghdjdnjmoaafi |
Descrizione | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings. |
Dimensione del File | 208 KB |
Conteggio Installazioni | 9,834 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2018-11-26 |
Data di Pubblicazione | 2018-11-25 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://ednet.ns.ca |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://novascotia.ca/cns/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BigBlueButton Screenshare Extension", "author": "BigBlueButton", "version": "0.0.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.", "homepage_url": "https:\/\/bigbluebutton.org\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.bigbluebutton.org\/*", "*:\/\/*.ednet.ns.ca\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |