Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Vibe Desktop Streamerคืออะไร?
Vibe Desktop Streamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ltt096-36.science.upjs.sk/webrtc/dist และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vibe Desktop Streamer
ดาวน์โหลดไฟล์ส่วนขยาย Vibe Desktop Streamer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
คำอธิบาย | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
ขนาดไฟล์ | 8.36 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-05-15 |
วันที่เผยแพร่ | 2018-05-15 |
ผู้พัฒนา | https://ltt096-36.science.upjs.sk/webrtc/dist |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.", "externally_connectable": { "matches": [ "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*", "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*", "*:\/\/vibe.ezuce.com\/webrtc\/*" ] }, "icons": { "128": "viewme-logo-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vibe Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |