Edaura Video Collaboration Desktop Streamer

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

What is Edaura Video Collaboration Desktop Streamer?

Edaura Video Collaboration Desktop Streamer is a Chrome extension developed by edaura.android, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.".

Download Edaura Video Collaboration Desktop Streamer Extension CRX File

Download Edaura Video Collaboration Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Edaura Video Collaboration Desktop Streamer Edaura Video Collaboration Desktop Streamer
ID mhgahehopklfajcpemmkbaljeagacdkp
Official URL https://chromewebstore.google.com/detail/edaura-video-collaboratio/mhgahehopklfajcpemmkbaljeagacdkp
Description A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.
File Size 25.42 KB
Installation Count 11
Current Version 0.1.6
Last Updated 2017-04-10
Publish Date 2017-04-10
Rating 5.00/5 Total 1 Ratings
Developer edaura.android
Payment Type free
Supported Languages 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\/*"
        ]
    }
}