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」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |