Enso.me Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Enso.

What is Enso.me Desktop Streamer?

Enso.me Desktop Streamer is a Chrome extension developed by https://enso.me, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Enso.".

Extension Screenshots

screenshot

Download Enso.me Desktop Streamer Extension CRX File

Download Enso.me 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

                        This extension provides the enso.me site with desktop streaming functionality over Chrome.                    

Extension Basic Information

Name Enso.me Desktop Streamer Enso.me Desktop Streamer
ID kfbmhcbmencgifglglmhdlbinlcgdfof
Official URL https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof
Description A simple extension that allows you to stream your desktop into meetings with Enso.
File Size 3.94 KB
Installation Count 173
Current Version 0.1.10
Last Updated 2016-02-03
Publish Date 2016-02-02
Rating 1.00/5 Total 1 Ratings
Developer https://enso.me
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enso.me Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Enso.",
    "version": "0.1.10",
    "minimum_chrome_version": "34",
    "icons": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/enso.me\/*",
            "*:\/\/*.atlassian.io\/*",
            "*:\/\/pawel.jitsi.net\/*",
            "*:\/\/hristo.jitsi.net\/*",
            "*:\/\/localhost:*\/*"
        ]
    }
}