BigBlueButton Screenshare for Colvir

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

什么是BigBlueButton Screenshare for Colvir?

BigBlueButton Screenshare for Colvir是由https://conf.colvir.ru开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers”。

扩展截图

screenshot

下载BigBlueButton Screenshare for Colvir扩展crx文件

下载BigBlueButton Screenshare for Colvir扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 BigBlueButton Screenshare for Colvir BigBlueButton Screenshare for Colvir
ID ldbeeccfplggbdkjfjoanablbijmkfap
官方URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldbeeccfplggbdkjfjoanablbijmkfap
简介 Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers
文件大小 12.95 KB
安装次数 140
当前版本 0.0.4
更新时间 2018-08-17
上架时间 2018-08-17
评分 5.00/5 共2次评分
开发者 https://conf.colvir.ru
电子邮箱 [email protected]
付费类型 free
扩展官网 https://conf.colvir.ru/
帮助页面URL https://conf.colvir.ru/tech/
支持的语言 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"
    ]
}