Jitsi Desktop Streamer For Electa Meet

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

Apa itu Jitsi Desktop Streamer For Electa Meet?

Jitsi Desktop Streamer For Electa Meet adalah ekstensi Chrome yang dikembangkan oleh Electa, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".

Unduh Berkas CRX Ekstensi Jitsi Desktop Streamer For Electa Meet

Unduh file ekstensi Jitsi Desktop Streamer For Electa Meet 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

                        This Jitsi Extension will only work with Electa Meet                    

Informasi Dasar Ekstensi

Nama Jitsi Desktop Streamer For Electa Meet Jitsi Desktop Streamer For Electa Meet
ID bjcogenimcpiagomifneeglhfmlcgahm
URL Resmi https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/bjcogenimcpiagomifneeglhfmlcgahm
Deskripsi A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Ukuran File 36.11 KB
Jumlah Instalasi 41
Versi Saat Ini 0.1.6
Terakhir Diperbarui 2018-03-07
Tanggal Publikasi 2018-03-07
Pengembang Electa
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer For Electa Meet",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "0.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": [
            "*:\/\/jitsi.electa.ca\/*"
        ]
    }
}