Infranix Visio
A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
Qu'est-ce que Infranix Visio ?
Infranix Visio est une extension Chrome développée par https://visio.infranix.eu, et sa fonction principale est "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Infranix Visio
Téléchargez les fichiers d'extension Infranix Visio 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
A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
Informations de Base sur l'Extension
Nom | |
ID | daeeompdcjaaljdkecpcimgabafbkone |
URL Officiel | https://chrome.google.com/webstore/detail/infranix-visio/daeeompdcjaaljdkecpcimgabafbkone |
Description | A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge. |
Taille du Fichier | 14.24 KB |
Nombre d'Installations | 367 |
Version Actuelle | 0.1.8 |
Dernière Mise à Jour | 2017-04-03 |
Date de Publication | 2017-04-03 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://visio.infranix.eu |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infranix Visio", "description": "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "infranix-logo-16.png", "48": "infranix-logo-48.png", "128": "infranix-logo-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/visio.infranix.eu\/*" ] } } |