Bloombench Screenshare
Screensharing Extension for Bloombench
Bloombench Screenshareคืออะไร?
Bloombench Screenshare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bloombench.com และคุณลักษณะหลักของมันคือ "Screensharing Extension for Bloombench"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bloombench Screenshare
ดาวน์โหลดไฟล์ส่วนขยาย Bloombench Screenshare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mpadkkhpjaopoiboknmmilbojnangeoe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe |
คำอธิบาย | Screensharing Extension for Bloombench |
ขนาดไฟล์ | 11.88 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2019-04-03 |
วันที่เผยแพร่ | 2019-04-03 |
ผู้พัฒนา | http://bloombench.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bloombench.com |
ภาษาที่รองรับ | 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\/*" ] } |