Jitsi Desktop Streamer for TrueCorp
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp
Jitsi Desktop Streamer for TrueCorp là gì?
Jitsi Desktop Streamer for TrueCorp là một tiện ích mở rộng Chrome được phát triển bởi https://conference.truecorp.co.th, 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.for TrueCorp".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jitsi Desktop Streamer for TrueCorp
Tải xuống các tệp mở rộng Jitsi Desktop Streamer for TrueCorp 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
For https://conference.truecorp.co.th
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nilakhcmgmaaklpndeebjijlbkogknfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/nilakhcmgmaaklpndeebjijlbkogknfe |
Mô tả | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp |
Kích Thước Tệp | 35.84 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2016-10-06 |
Ngày Phát Hành | 2016-10-06 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://conference.truecorp.co.th |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for TrueCorp", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp", "version": "0.1.5", "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": [ "*:\/\/conference.truecorp.co.th\/*" ] } } |