Desktop Streamer

An extension that allows you to stream your desktop into meetings.

What is Desktop Streamer?

Desktop Streamer is a Chrome extension developed by https://meet-demo-01.cyberlink.com, and its main feature is "An extension that allows you to stream your desktop into meetings.".

Extension Screenshots

screenshot

Download Desktop Streamer Extension CRX File

Download 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

                        An extension that allows you to stream your desktop into meetings.

JitMeet is an OpenSource (MIT) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.                    

Extension Basic Information

Name Desktop Streamer Desktop Streamer
ID pdpgihkidanhcfpnldbfnjdgmbokdlmp
Official URL https://chromewebstore.google.com/detail/desktop-streamer/pdpgihkidanhcfpnldbfnjdgmbokdlmp
Description An extension that allows you to stream your desktop into meetings.
File Size 26.03 KB
Installation Count 51
Current Version 0.1.7
Last Updated 2016-11-28
Publish Date 2016-11-28
Developer https://meet-demo-01.cyberlink.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desktop Streamer",
    "description": "An extension that allows you to stream your desktop into meetings.",
    "version": "0.1.7",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyberlink.com\/*"
        ]
    }
}