Enso.me Desktop Streamer

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

Cos'è Enso.me Desktop Streamer?

Enso.me Desktop Streamer è un'estensione di Chrome sviluppata da https://enso.me, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with Enso.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enso.me Desktop Streamer

Scarica i file di estensione Enso.me Desktop Streamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Enso.me Desktop Streamer Enso.me Desktop Streamer
ID kfbmhcbmencgifglglmhdlbinlcgdfof
URL Ufficiale https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof
Descrizione A simple extension that allows you to stream your desktop into meetings with Enso.
Dimensione del File 3.94 KB
Conteggio Installazioni 173
Versione Corrente 0.1.10
Ultimo Aggiornamento 2016-02-03
Data di Pubblicazione 2016-02-02
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://enso.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:*\/*"
        ]
    }
}