BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.

What is BigBlueButton Screenshare Extension?

BigBlueButton Screenshare Extension is a Chrome extension developed by UNIPAR - Universidade Paranaense, and its main feature is "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.".

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

                        Extensão para compartilhamento de tela do BigBlueButton utilizado para realização de conferências pela UNIPAR - Universidade Paranaense                    

Extension Basic Information

Name BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID kkkeigffnmmdmdmiginknojdjjdndkgp
Official URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/kkkeigffnmmdmdmiginknojdjjdndkgp
Description Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
File Size 9.27 KB
Installation Count 40
Current Version 0.0.7
Last Updated 2019-03-25
Publish Date 2019-03-25
Developer UNIPAR - Universidade Paranaense
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare Extension",
    "author": "BigBlueButton",
    "version": "0.0.7",
    "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\/*",
            "*:\/\/*.unipar.br\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}