BigBlueButton Screenshare Extension

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

Co je BigBlueButton Screenshare Extension?

BigBlueButton Screenshare Extension je rozšíření Chrome vyvinuté wesquarebvnl, a jeho hlavní funkcí je „Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BigBlueButton Screenshare Extension

Stáhněte si soubory rozšíření BigBlueButton Screenshare Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID jcianemjlddjklgnbalnhljecehblink
Oficiální URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink
Popis Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
Velikost souboru 245 KB
Počet instalací 161
Aktuální Verze 0.0.6
Poslední Aktualizace 2020-03-20
Datum Vydání 2020-03-20
Vývojář wesquarebvnl
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://onlinemeetup.nl/
Podporované Jazyky 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"
    ]
}