Edaura Video Collaboration Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.

Was ist Edaura Video Collaboration Desktop Streamer?

Edaura Video Collaboration Desktop Streamer ist eine Chrome-Erweiterung, die von edaura.android entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.".

Edaura Video Collaboration Desktop Streamer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Edaura Video Collaboration Desktop Streamer-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

                                            

Grundlegende Informationen zur Erweiterung

Name Edaura Video Collaboration Desktop Streamer Edaura Video Collaboration Desktop Streamer
ID mhgahehopklfajcpemmkbaljeagacdkp
Offizielle URL https://chromewebstore.google.com/detail/edaura-video-collaboratio/mhgahehopklfajcpemmkbaljeagacdkp
Beschreibung A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.
Dateigröße 25.42 KB
Installationsanzahl 11
Aktuelle Version 0.1.6
Letztes Update 2017-04-10
Veröffentlichungsdatum 2017-04-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler edaura.android
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edaura Video Collaboration Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "edaura-logo-16x16.png",
        "48": "edaura-logo-48x48.png",
        "128": "edaura-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/videocollaboration.edaura.com\/*"
        ]
    }
}