BigBlueButton Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
BigBlueButton Screenshare Extensionคืออะไร?
BigBlueButton Screenshare Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.di.unito.it และคุณลักษณะหลักของมันคือ "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BigBlueButton Screenshare Extension
ดาวน์โหลดไฟล์ส่วนขยาย BigBlueButton Screenshare Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BigBlueButton Screenshare Extension for CS Dept. of Torino
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BigBlueButton Screenshare Extension |
ID | kflhcogenbenbimiocmfccalpdhcgngg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/kflhcogenbenbimiocmfccalpdhcgngg |
คำอธิบาย | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings. |
ขนาดไฟล์ | 210 KB |
จำนวนการติดตั้ง | 641 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2018-10-19 |
วันที่เผยแพร่ | 2018-09-30 |
ผู้พัฒนา | https://www.di.unito.it |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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.", "homepage_url": "https:\/\/bigbluebutton.org\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.bigbluebutton.org\/*", "*:\/\/*.educ.di.unito.it\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |