TMA Jitsi Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
TMA Jitsi Desktop Streamer là gì?
TMA Jitsi Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi https://tma.com.vn, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Tải xuống tệp CRX của tiện ích mở rộng TMA Jitsi Desktop Streamer
Tải xuống các tệp mở rộng TMA Jitsi Desktop Streamer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TMA Jitsi Desktop Streamer |
ID | eoijkicehngdmkmbbnaimedhggdaijlk |
URL Chính Thức | https://chromewebstore.google.com/detail/tma-jitsi-desktop-streame/eoijkicehngdmkmbbnaimedhggdaijlk |
Mô tả | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Kích Thước Tệp | 35 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2017-10-12 |
Ngày Phát Hành | 2017-10-12 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://tma.com.vn |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TMA Jitsi Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.8", "minimum_chrome_version": "34", "short_name": "TMA Jitsi", "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": [ "*:\/\/meeting.tma.com.vn\/*" ] } } |