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
官方網址 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"
    ]
}