BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.

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 wesquarebvnl, và tính năng chính của nó là "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.".

Ả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

                        Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Required Extension to use BigBlueButton in Chrome on *.websessie.nl                    

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

Tên BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID jcianemjlddjklgnbalnhljecehblink
URL Chính Thức https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink
Mô tả Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
Kích Thước Tệp 245 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2020-03-20
Ngày Phát Hành 2020-03-20
Nhà Phát Triển wesquarebvnl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onlinemeetup.nl/
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 for the site websessi.nl.",
    "homepage_url": "https:\/\/onlinemeetup.nl\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.websessie.nl\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}