BigBlueButton Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Co je BigBlueButton Screenshare Extension?
BigBlueButton Screenshare Extension je rozšíření Chrome vyvinuté https://ednet.ns.ca, a jeho hlavní funkcí je „Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.“.
Snímky obrazovky rozšíření
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í
Required Extension to use BigBlueButton in Chrome on EDnet
Základní Informace o Rozšíření
Název | BigBlueButton Screenshare Extension |
ID | ldjhogfpafjhgbhcgccghdjdnjmoaafi |
Oficiální URL | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldjhogfpafjhgbhcgccghdjdnjmoaafi |
Popis | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings. |
Velikost souboru | 208 KB |
Počet instalací | 9,834 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2018-11-26 |
Datum Vydání | 2018-11-25 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://ednet.ns.ca |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://novascotia.ca/cns/privacy |
Podporované Jazyky | 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" ] } |