Karel Electronics Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.
Karel Electronics Desktop Streamerคืออะไร?
Karel Electronics Desktop Streamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kbk.karel.cloud/webrtc และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Karel Electronics Desktop Streamer
ดาวน์โหลดไฟล์ส่วนขยาย Karel Electronics Desktop Streamer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhjcaabahmopmhnipgadflfeenmdlnah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/karel-electronics-desktop/lhjcaabahmopmhnipgadflfeenmdlnah |
คำอธิบาย | A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client. |
ขนาดไฟล์ | 9.74 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-02-21 |
วันที่เผยแพร่ | 2017-02-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://kbk.karel.cloud/webrtc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.karel.com.tr/karel-mobil-uygulamasi-gizlilik-politikasi |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.", "externally_connectable": { "matches": [ "*:\/\/kbk.karel.cloud\/webrtc\/*" ] }, "icons": { "128": "kbk-logo128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Karel Electronics Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |