Edaura Video Collaboration Desktop Streamer

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

Hvad er Edaura Video Collaboration Desktop Streamer?

Edaura Video Collaboration Desktop Streamer er en Chrome-udvidelse udviklet af edaura.android, og dens hovedfunktion er "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.".

Download Edaura Video Collaboration Desktop Streamer-udvidelses-CRX-fil

Download Edaura Video Collaboration Desktop Streamer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Edaura Video Collaboration Desktop Streamer Edaura Video Collaboration Desktop Streamer
ID mhgahehopklfajcpemmkbaljeagacdkp
Officiel URL https://chromewebstore.google.com/detail/edaura-video-collaboratio/mhgahehopklfajcpemmkbaljeagacdkp
Beskrivelse A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.
Filstørrelse 25.42 KB
Antal Installationer 11
Nuværende Version 0.1.6
Senest Opdateret 2017-04-10
Udgivelsesdato 2017-04-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler edaura.android
Betalingsmetode free
Understøttede Sprog 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\/*"
        ]
    }
}