BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.

Cos'è BigBlueButton Screenshare Extension?

BigBlueButton Screenshare Extension è un'estensione di Chrome sviluppata da wesquarebvnl, e la sua funzione principale è "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.".

Screenshot dell'Estensione

screenshot

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

                        Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Required Extension to use BigBlueButton in Chrome on *.websessie.nl                    

Informazioni di Base sull'Estensione

Nome BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID jcianemjlddjklgnbalnhljecehblink
URL Ufficiale https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink
Descrizione Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
Dimensione del File 245 KB
Conteggio Installazioni 161
Versione Corrente 0.0.6
Ultimo Aggiornamento 2020-03-20
Data di Pubblicazione 2020-03-20
Sviluppatore wesquarebvnl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onlinemeetup.nl/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare Extension",
    "author": "BigBlueButton",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.",
    "homepage_url": "https:\/\/onlinemeetup.nl\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.websessie.nl\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}