Bloombench Screenshare
Screensharing Extension for Bloombench
Bloombench Screenshare là gì?
Bloombench Screenshare là một tiện ích mở rộng Chrome được phát triển bởi http://bloombench.com, và tính năng chính của nó là "Screensharing Extension for Bloombench".
Ả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 Bloombench Screenshare
Tải xuống các tệp mở rộng Bloombench Screenshare 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
The Bloombench screen sharing extension allows all the users of the bloombench's virtual classroom to share different aspects of their desktop/screen with the other users. Bloombench.com is an online learning portal which allows students and professors to connect in real time thereby enhancing their learning experience. The extension supports the following use cases: 1. Select which window to share from your computer 2. Participants can click on the full screen icon to see the shared screen more clearly
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mpadkkhpjaopoiboknmmilbojnangeoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe |
Mô tả | Screensharing Extension for Bloombench |
Kích Thước Tệp | 11.88 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-04-03 |
Ngày Phát Hành | 2019-04-03 |
Nhà Phát Triển | http://bloombench.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bloombench.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bloombench Screenshare", "description": "Screensharing Extension for Bloombench", "version": "1.0.2", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.bloombench.com\/*", "https:\/\/localhost\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "desktopCapture", "https:\/\/*.bloombench.com\/*", "https:\/\/localhost\/*" ] } |