Infranix Visio

A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.

Was ist Infranix Visio?

Infranix Visio ist eine Chrome-Erweiterung, die von https://visio.infranix.eu entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.".

Erweiterungsscreenshots

screenshot

Infranix Visio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Infranix Visio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.                    

Grundlegende Informationen zur Erweiterung

Name Infranix Visio Infranix Visio
ID daeeompdcjaaljdkecpcimgabafbkone
Offizielle URL https://chrome.google.com/webstore/detail/infranix-visio/daeeompdcjaaljdkecpcimgabafbkone
Beschreibung A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
Dateigröße 14.24 KB
Installationsanzahl 367
Aktuelle Version 0.1.8
Letztes Update 2017-04-03
Veröffentlichungsdatum 2017-04-03
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://visio.infranix.eu
Zahlungsart free
Unterstützte Sprachen 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\/*"
        ]
    }
}