Comcast Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
Apa itu Comcast Desktop Streamer?
Comcast Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh http://meet.xrtc.cloud, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".
Unduh Berkas CRX Ekstensi Comcast Desktop Streamer
Unduh file ekstensi Comcast 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 | |
ID | hecajbolghfdkfgckiabhklpgpjhncfl |
URL Resmi | https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl |
Deskripsi | A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge. |
Ukuran File | 26.91 KB |
Jumlah Instalasi | 218 |
Versi Saat Ini | 0.1.6 |
Terakhir Diperbarui | 2018-03-13 |
Tanggal Publikasi | 2018-03-13 |
Pengembang | http://meet.xrtc.cloud |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comcast Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.", "version": "0.1.6", "minimum_chrome_version": "39", "icons": { "16": "comcast-logo-16x16.png", "48": "comcast-logo-48x48.png", "128": "comcast-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.xrtc.me\/*" ] } } |