BigBlueButton Screenshare for Colvir
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers
BigBlueButton Screenshare for Colvir là gì?
BigBlueButton Screenshare for Colvir là một tiện ích mở rộng Chrome được phát triển bởi https://conf.colvir.ru, và tính năng chính của nó là "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers".
Ả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 for Colvir
Tải xuống các tệp mở rộng BigBlueButton Screenshare for Colvir 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
Granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers: https://conf.colvir.ru https://conf2.colvir.ru
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BigBlueButton Screenshare for Colvir |
ID | ldbeeccfplggbdkjfjoanablbijmkfap |
URL Chính Thức | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldbeeccfplggbdkjfjoanablbijmkfap |
Mô tả | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers |
Kích Thước Tệp | 12.95 KB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2018-08-17 |
Ngày Phát Hành | 2018-08-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://conf.colvir.ru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://conf.colvir.ru/ |
URL Trang Trợ Giúp | https://conf.colvir.ru/tech/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BigBlueButton Screenshare for Colvir", "author": "BigBlueButton and Colvir Software Solutions", "version": "0.0.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers", "homepage_url": "https:\/\/conf.colvir.ru", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.colvir.com\/*", "*:\/\/*.colvir.ru\/*" ] }, "icons": { "93": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |