simplexion Jitsi Screen Sharing
A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance.
simplexion Jitsi Screen Sharingคืออะไร?
simplexion Jitsi Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย simplexion Jitsi Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย simplexion Jitsi Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to share a users desktop, screen, window or chrome tab in a jitsi web conference.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | simplexion Jitsi Screen Sharing |
ID | ploonmlocfbolfmbdacfcpdlcibnbmpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simplexion-jitsi-screen-s/ploonmlocfbolfmbdacfcpdlcibnbmpb |
คำอธิบาย | A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance. |
ขนาดไฟล์ | 34.97 KB |
จำนวนการติดตั้ง | 167 |
เวอร์ชันปัจจุบัน | 3.1.4 |
อัปเดตครั้งล่าสุด | 2020-03-25 |
วันที่เผยแพร่ | 2020-03-25 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simplexion Jitsi Screen Sharing", "description": "A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance.", "version": "3.1.4", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.simplexion.pm\/*" ] } } |