Mezz-In Screenshare

Enables screen sharing to Mezzanine for Mezz-In participants

Qu'est-ce que Mezz-In Screenshare ?

Mezz-In Screenshare est une extension Chrome développée par oblong.bcn.mobile, et sa fonction principale est "Enables screen sharing to Mezzanine for Mezz-In participants".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mezz-In Screenshare

Téléchargez les fichiers d'extension Mezz-In Screenshare 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 Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.                    

Informations de Base sur l'Extension

Nom Mezz-In Screenshare Mezz-In Screenshare
ID hgjndgfhddfmgcgicplcmmohkdjdifbb
URL Officiel https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb
Description Enables screen sharing to Mezzanine for Mezz-In participants
Taille du Fichier 45.28 KB
Nombre d'Installations 100
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-05-17
Date de Publication 2017-05-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur oblong.bcn.mobile
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing to Mezzanine for Mezz-In participants",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Mezz-In Screenshare",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "0.0.1"
}