Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Apa itu Jitsi Desktop Streamer VCC?
Jitsi Desktop Streamer VCC adalah ekstensi Chrome yang dikembangkan oleh shwan.ciyako, dan fitur utamanya adalah "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.".
Unduh Berkas CRX Ekstensi Jitsi Desktop Streamer VCC
Unduh file ekstensi Jitsi Desktop Streamer VCC 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 is a simple copy of jidesha with custom url for internal testing only. Do not install it if you have not been sent here by an adminstrator.
Informasi Dasar Ekstensi
Nama | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
URL Resmi | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
Deskripsi | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
Ukuran File | 36.09 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 0.1.6 |
Terakhir Diperbarui | 2018-04-25 |
Tanggal Publikasi | 2018-04-25 |
Pengembang | shwan.ciyako |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer VCC", "description": "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.", "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": [ "*:\/\/artinfcm.volvocars.net\/*" ] } } |