BigBlueButton Screenshare for Colvir

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers

What is BigBlueButton Screenshare for Colvir?

BigBlueButton Screenshare for Colvir is a Chrome extension developed by https://conf.colvir.ru, and its main feature is "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers".

Extension Screenshots

screenshot

Download BigBlueButton Screenshare for Colvir Extension CRX File

Download BigBlueButton Screenshare for Colvir 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

                        Granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers:

https://conf.colvir.ru
https://conf2.colvir.ru                    

Extension Basic Information

Name BigBlueButton Screenshare for Colvir BigBlueButton Screenshare for Colvir
ID ldbeeccfplggbdkjfjoanablbijmkfap
Official URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldbeeccfplggbdkjfjoanablbijmkfap
Description Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers
File Size 12.95 KB
Installation Count 140
Current Version 0.0.4
Last Updated 2018-08-17
Publish Date 2018-08-17
Rating 5.00/5 Total 2 Ratings
Developer https://conf.colvir.ru
Email [email protected]
Payment Type free
Extension Website https://conf.colvir.ru/
Help Page URL https://conf.colvir.ru/tech/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare for Colvir",
    "author": "BigBlueButton and Colvir Software Solutions",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers",
    "homepage_url": "https:\/\/conf.colvir.ru",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.colvir.com\/*",
            "*:\/\/*.colvir.ru\/*"
        ]
    },
    "icons": {
        "93": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}