Jitsi Desktop Streamer for True IT
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Apa itu Jitsi Desktop Streamer for True IT?
Jitsi Desktop Streamer for True IT adalah ekstensi Chrome yang dikembangkan oleh koknoy, 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 True IT
Unduh file ekstensi Jitsi Desktop Streamer for True IT 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
allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT
Informasi Dasar Ekstensi
Nama | |
ID | eldcfdfejpakcipnlkkcicbfgdapplbi |
URL Resmi | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi |
Deskripsi | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Ukuran File | 15.64 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.1.8 |
Terakhir Diperbarui | 2016-12-27 |
Tanggal Publikasi | 2016-12-27 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | koknoy |
[email protected] | |
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 for True IT", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.8", "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": [ "*:\/\/61.90.233.141\/*" ] } } |