Jitsi Desktop Streamer for FSD

An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD

Jitsi Desktop Streamer for FSD là gì?

Jitsi Desktop Streamer for FSD là một tiện ích mở rộng Chrome được phát triển bởi https://jitsi-videobridge.fsd38.ab.ca, và tính năng chính của nó là "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jitsi Desktop Streamer for FSD

Tải xuống các tệp mở rộng Jitsi Desktop Streamer for FSD 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

                        Extension to share the desktop or a window while using Jitsi-Videobridge in Foothills School Division. The frames per second refresh is set on the Jitsi-Videobridge server at a minimum of 5 and a maximum of 24 to allow users to stream video if needed to all particpants in a meeting room.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jitsi Desktop Streamer for FSD Jitsi Desktop Streamer for FSD
ID fngonekeakdeebdiokhdigkicnhlpnhj
URL Chính Thức https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/fngonekeakdeebdiokhdigkicnhlpnhj
Mô tả An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD
Kích Thước Tệp 67.64 KB
Số Lần Cài Đặt 24,310
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2018-12-18
Ngày Phát Hành 2018-12-18
Đánh Giá 3.71/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://jitsi-videobridge.fsd38.ab.ca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jitsi-videobridge.fsd38.ab.ca
URL Trang Chính Sách Bảo Mật https://www.fsd38.ab.ca/FOIP.php
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 FSD",
    "description": "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD",
    "version": "0.1.8",
    "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": [
            "*:\/\/jitsi-videobridge.fsd38.ab.ca\/*"
        ]
    }
}