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 https://www.di.unito.it, 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

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

                        BigBlueButton Screenshare Extension for CS Dept. of Torino                    

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

Tên BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID kflhcogenbenbimiocmfccalpdhcgngg
URL Chính Thức https://chromewebstore.google.com/detail/bigbluebutton-screenshare/kflhcogenbenbimiocmfccalpdhcgngg
Mô tả Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 641
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2018-10-19
Ngày Phát Hành 2018-09-30
Nhà Phát Triển https://www.di.unito.it
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare Extension",
    "author": "BigBlueButton",
    "version": "0.0.6",
    "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\/*",
            "*:\/\/*.educ.di.unito.it\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}