Jitsi Desktop Streamer for True IT
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Qu'est-ce que Jitsi Desktop Streamer for True IT ?
Jitsi Desktop Streamer for True IT est une extension Chrome développée par koknoy, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Télécharger le fichier CRX de l'extension Jitsi Desktop Streamer for True IT
Téléchargez les fichiers d'extension Jitsi Desktop Streamer for True IT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT
Informations de Base sur l'Extension
Nom | |
ID | eldcfdfejpakcipnlkkcicbfgdapplbi |
URL Officiel | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi |
Description | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Taille du Fichier | 15.64 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.1.8 |
Dernière Mise à Jour | 2016-12-27 |
Date de Publication | 2016-12-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | koknoy |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |