Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
Riot.im Screen Sharingคืออะไร?
Riot.im Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jitsi.riot.im และคุณลักษณะหลักของมันคือ "Share your desktop in Riot.im video conferences."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Riot.im Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Riot.im Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Riot.im Screen Sharing |
ID | ehgcnaneidbjcmblghjepmamomchgahd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
คำอธิบาย | Share your desktop in Riot.im video conferences. |
ขนาดไฟล์ | 16.8 KB |
จำนวนการติดตั้ง | 1,316 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2017-07-06 |
วันที่เผยแพร่ | 2017-07-06 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://jitsi.riot.im |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://riot.im/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Riot.im Screen Sharing", "description": "Share your desktop in Riot.im video conferences.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "riot-logo-16x16.png", "48": "riot-logo-48x48.png", "128": "riot.im-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/riot.im\/*", "*:\/\/*.riot.im\/*" ] } } |