BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.

BigBlueButton Screenshare Extensionとは何ですか?

BigBlueButton Screenshare ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.」です。

拡張機能のスクリーンショット

screenshot

BigBlueButton Screenshare Extension拡張機能のCRXファイルをダウンロード

BigBlueButton Screenshare Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID ncdgpcibpgjjmaofejfdocgnohdcfnah
公式URL https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ncdgpcibpgjjmaofejfdocgnohdcfnah
説明 Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
ファイルサイズ 208 KB
インストール数 274
現在のバージョン 1.0.8
最終更新日 2018-09-21
公開日 2018-09-21
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare Extension",
    "author": "BigBlueButton",
    "version": "1.0.8",
    "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\/*",
            "*:\/\/*.aegean.gr\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}