Karel Electronics Desktop Streamer

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

Apa itu Karel Electronics Desktop Streamer?

Karel Electronics Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://kbk.karel.cloud/webrtc, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.".

Unduh Berkas CRX Ekstensi Karel Electronics Desktop Streamer

Unduh file ekstensi Karel Electronics Desktop Streamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Karel Electronics Desktop Streamer Karel Electronics Desktop Streamer
ID lhjcaabahmopmhnipgadflfeenmdlnah
URL Resmi https://chromewebstore.google.com/detail/karel-electronics-desktop/lhjcaabahmopmhnipgadflfeenmdlnah
Deskripsi A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.
Ukuran File 9.74 KB
Jumlah Instalasi 48
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-02-21
Tanggal Publikasi 2017-02-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://kbk.karel.cloud/webrtc
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.karel.com.tr/karel-mobil-uygulamasi-gizlilik-politikasi
Bahasa yang Didukung 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"
}