SkyRooms.IO Desktop Streamer

Install this plugin to allow desktop sharing in SkyRooms.IO conferencing

Cos'è SkyRooms.IO Desktop Streamer?

SkyRooms.IO Desktop Streamer è un'estensione di Chrome sviluppata da skyroomsio, e la sua funzione principale è "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SkyRooms.IO Desktop Streamer

Scarica i file di estensione SkyRooms.IO 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

                        SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting.

Participants do not need this to view your desktop feed at all.

Small and lite plugin, no extra stuff. Safe for your computer! :)                    

Informazioni di Base sull'Estensione

Nome SkyRooms.IO Desktop Streamer SkyRooms.IO Desktop Streamer
ID pifoihkipgckedfddhjmmpddibjenieb
URL Ufficiale https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb
Descrizione Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
Dimensione del File 33.4 KB
Conteggio Installazioni 945
Versione Corrente 0.1.6
Ultimo Aggiornamento 2017-02-19
Data di Pubblicazione 2017-02-19
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore skyroomsio
Tipo di Pagamento free
Sito Web dell'Estensione https://www.skyrooms.io/
URL della Pagina di Aiuto https://www.skyrooms.io/help
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SkyRooms.IO Desktop Streamer",
    "description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/jitsi.skyrooms.io\/*",
            "*:\/\/skyrooms.io\/*"
        ]
    }
}