Jitsi desktop streamer for Beautiful Rising
Enable screen sharing for Beautiful Rising's jitsi meet page
Jitsi desktop streamer for Beautiful Rising là gì?
Jitsi desktop streamer for Beautiful Rising là một tiện ích mở rộng Chrome được phát triển bởi https://beautifulrising.org, và tính năng chính của nó là "Enable screen sharing for Beautiful Rising's jitsi meet page".
Ả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 Beautiful Rising
Tải xuống các tệp mở rộng Jitsi desktop streamer for Beautiful Rising 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
If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jitsi desktop streamer for Beautiful Rising |
ID | feblndkkkcojdijcmdkghckpgjmcjnbd |
URL Chính Thức | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd |
Mô tả | Enable screen sharing for Beautiful Rising's jitsi meet page |
Kích Thước Tệp | 35.43 KB |
Số Lần Cài Đặt | 1,815 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2015-01-26 |
Ngày Phát Hành | 2015-01-25 |
Nhà Phát Triển | https://beautifulrising.org |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi desktop streamer for Beautiful Rising", "description": "Enable screen sharing for Beautiful Rising's jitsi meet page", "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": [ "https:\/\/*.beautifulrising.org\/*" ] } } |