GMS Meet Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with GMS Meet.

Qu'est-ce que GMS Meet Desktop Streamer ?

GMS Meet Desktop Streamer est une extension Chrome développée par https://meet.gms-cloud.com, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with GMS Meet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GMS Meet Desktop Streamer

Téléchargez les fichiers d'extension GMS Meet Desktop Streamer 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 extension will allow you to use the desktop sharing feature of Gordano's GMS Meet video conferencing facility.

Add this extension to Chrome to allow sharing of your desktop with other participants in your meetings.                    

Informations de Base sur l'Extension

Nom GMS Meet Desktop Streamer GMS Meet Desktop Streamer
ID gbjhcabogheceoaljkfgpiplnhgdeffh
URL Officiel https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh
Description A simple extension that allows you to stream your desktop into meetings with GMS Meet.
Taille du Fichier 17.05 KB
Nombre d'Installations 23
Version Actuelle 0.1.6
Dernière Mise à Jour 2017-11-16
Date de Publication 2017-11-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://meet.gms-cloud.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.gms-cloud.com
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GMS Meet Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with GMS Meet.",
    "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": [
            "*:\/\/meet.gms-cloud.com\/*"
        ]
    }
}