Jitsi Desktop Streamer for True IT
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Wat is Jitsi Desktop Streamer for True IT?
Jitsi Desktop Streamer for True IT is een Chrome-extensie ontwikkeld door koknoy, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Download het CRX-bestand van de extensie Jitsi Desktop Streamer for True IT
Download Jitsi Desktop Streamer for True IT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT
Basisinformatie over de Extensie
Naam | |
ID | eldcfdfejpakcipnlkkcicbfgdapplbi |
Officiële URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi |
Beschrijving | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Bestandsgrootte | 15.64 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.1.8 |
Laatst Bijgewerkt | 2016-12-27 |
Publicatiedatum | 2016-12-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | koknoy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |