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://ednet.ns.ca, 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

                        Required Extension to use BigBlueButton in Chrome on EDnet                    

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

Tên BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID ldjhogfpafjhgbhcgccghdjdnjmoaafi
URL Chính Thức https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldjhogfpafjhgbhcgccghdjdnjmoaafi
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 9,834
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2018-11-26
Ngày Phát Hành 2018-11-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ednet.ns.ca
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://novascotia.ca/cns/privacy
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": "0.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\/*",
            "*:\/\/*.ednet.ns.ca\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}