Karel Electronics Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.

Karel Electronics Desktop Streamer là gì?

Karel Electronics Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi https://kbk.karel.cloud/webrtc, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.".

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

Tải xuống các tệp mở rộng Karel Electronics 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 Karel Electronics Desktop Streamer Karel Electronics Desktop Streamer
ID lhjcaabahmopmhnipgadflfeenmdlnah
URL Chính Thức https://chromewebstore.google.com/detail/karel-electronics-desktop/lhjcaabahmopmhnipgadflfeenmdlnah
Mô tả A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.
Kích Thước Tệp 9.74 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-02-21
Ngày Phát Hành 2017-02-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://kbk.karel.cloud/webrtc
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.karel.com.tr/karel-mobil-uygulamasi-gizlilik-politikasi
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.",
    "externally_connectable": {
        "matches": [
            "*:\/\/kbk.karel.cloud\/webrtc\/*"
        ]
    },
    "icons": {
        "128": "kbk-logo128x128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Karel Electronics Desktop Streamer",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}