Damencho Jitsi Desktop

A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.

Damencho Jitsi Desktop là gì?

Damencho Jitsi Desktop là một tiện ích mở rộng Chrome được phát triển bởi https://damencho.jitsi.net, 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.".

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

screenshot

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

Tải xuống các tệp mở rộng Damencho Jitsi Desktop 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 Damencho Jitsi Desktop Damencho Jitsi Desktop
ID inhfdjglnpkieacelahnfambdhkgpkje
URL Chính Thức https://chromewebstore.google.com/detail/damencho-jitsi-desktop/inhfdjglnpkieacelahnfambdhkgpkje
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.35 KB
Số Lần Cài Đặt 4,207
Phiên Bản Hiện Tại 24.1.6
Cập Nhật Lần Cuối 2018-09-24
Ngày Phát Hành 2018-09-24
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://damencho.jitsi.net
Email [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": "Damencho Jitsi Desktop",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "24.1.6",
    "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": [
            "*:\/\/damencho.jitsi.net\/*"
        ]
    }
}