BigBlueButton Screenshare Extension

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

Co to jest BigBlueButton Screenshare Extension?

BigBlueButton Screenshare Extension to rozszerzenie Chrome opracowane przez wesquarebvnl, a jego główną funkcją jest „Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BigBlueButton Screenshare Extension

Pobierz pliki rozszerzeń BigBlueButton Screenshare Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID jcianemjlddjklgnbalnhljecehblink
Oficjalny URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink
Opis Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
Rozmiar pliku 245 KB
Liczba instalacji 161
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2020-03-20
Data Publikacji 2020-03-20
Deweloper wesquarebvnl
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onlinemeetup.nl/
Obsługiwane Języki 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"
    ]
}