Jitsi Desktop Streamer For Electa Meet

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 Electa Meet ?

Jitsi Desktop Streamer For Electa Meet est une extension Chrome développée par Electa, 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 Electa Meet

Téléchargez les fichiers d'extension Jitsi Desktop Streamer For Electa Meet 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

                        This Jitsi Extension will only work with Electa Meet                    

Informations de Base sur l'Extension

Nom Jitsi Desktop Streamer For Electa Meet Jitsi Desktop Streamer For Electa Meet
ID bjcogenimcpiagomifneeglhfmlcgahm
URL Officiel https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/bjcogenimcpiagomifneeglhfmlcgahm
Description A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Taille du Fichier 36.11 KB
Nombre d'Installations 41
Version Actuelle 0.1.6
Dernière Mise à Jour 2018-03-07
Date de Publication 2018-03-07
Développeur Electa
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer For Electa Meet",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "0.1.6",
    "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": [
            "*:\/\/jitsi.electa.ca\/*"
        ]
    }
}