Infranix Visio
A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
Wat is Infranix Visio?
Infranix Visio is een Chrome-extensie ontwikkeld door https://visio.infranix.eu, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.".
Extensie Screenshots
Download het CRX-bestand van de extensie Infranix Visio
Download Infranix Visio-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
A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
Basisinformatie over de Extensie
Naam | |
ID | daeeompdcjaaljdkecpcimgabafbkone |
Officiële URL | https://chrome.google.com/webstore/detail/infranix-visio/daeeompdcjaaljdkecpcimgabafbkone |
Beschrijving | A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge. |
Bestandsgrootte | 14.24 KB |
Aantal Installaties | 367 |
Huidige Versie | 0.1.8 |
Laatst Bijgewerkt | 2017-04-03 |
Publicatiedatum | 2017-04-03 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://visio.infranix.eu |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |