Enso.me Desktop Streamer

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

Wat is Enso.me Desktop Streamer?

Enso.me Desktop Streamer is een Chrome-extensie ontwikkeld door https://enso.me, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Enso.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enso.me Desktop Streamer

Download Enso.me Desktop Streamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Enso.me Desktop Streamer Enso.me Desktop Streamer
ID kfbmhcbmencgifglglmhdlbinlcgdfof
Officiële URL https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof
Beschrijving A simple extension that allows you to stream your desktop into meetings with Enso.
Bestandsgrootte 3.94 KB
Aantal Installaties 173
Huidige Versie 0.1.10
Laatst Bijgewerkt 2016-02-03
Publicatiedatum 2016-02-02
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://enso.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:*\/*"
        ]
    }
}