BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.

BigBlueButton Screenshare Extension là gì?

BigBlueButton Screenshare Extension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BigBlueButton Screenshare Extension

Tải xuống các tệp mở rộng BigBlueButton Screenshare Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID ncdgpcibpgjjmaofejfdocgnohdcfnah
URL Chính Thức https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ncdgpcibpgjjmaofejfdocgnohdcfnah
Mô tả Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2018-09-21
Ngày Phát Hành 2018-09-21
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}