BigBlueButton Screenshare Extension

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

What is BigBlueButton Screenshare Extension?

BigBlueButton Screenshare Extension is a Chrome extension developed by wesquarebvnl, and its main feature is "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.".

Extension Screenshots

screenshot

Download BigBlueButton Screenshare Extension Extension CRX File

Download BigBlueButton Screenshare Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID jcianemjlddjklgnbalnhljecehblink
Official URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink
Description Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
File Size 245 KB
Installation Count 161
Current Version 0.0.6
Last Updated 2020-03-20
Publish Date 2020-03-20
Developer wesquarebvnl
Email [email protected]
Payment Type free
Extension Website https://onlinemeetup.nl/
Supported Languages 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"
    ]
}