Enso.me Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Enso.
Enso.me Desktop Streamerคืออะไร?
Enso.me Desktop Streamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://enso.me และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings with Enso."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enso.me Desktop Streamer
ดาวน์โหลดไฟล์ส่วนขยาย Enso.me Desktop Streamer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides the enso.me site with desktop streaming functionality over Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enso.me Desktop Streamer |
ID | kfbmhcbmencgifglglmhdlbinlcgdfof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof |
คำอธิบาย | A simple extension that allows you to stream your desktop into meetings with Enso. |
ขนาดไฟล์ | 3.94 KB |
จำนวนการติดตั้ง | 173 |
เวอร์ชันปัจจุบัน | 0.1.10 |
อัปเดตครั้งล่าสุด | 2016-02-03 |
วันที่เผยแพร่ | 2016-02-02 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://enso.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enso.me Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Enso.", "version": "0.1.10", "minimum_chrome_version": "34", "icons": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/enso.me\/*", "*:\/\/*.atlassian.io\/*", "*:\/\/pawel.jitsi.net\/*", "*:\/\/hristo.jitsi.net\/*", "*:\/\/localhost:*\/*" ] } } |