Cyclops Screensharing

Allows for screensharing on Cyclops.

Cos'è Cyclops Screensharing?

Cyclops Screensharing è un'estensione di Chrome sviluppata da http://cyclops.io, e la sua funzione principale è "Allows for screensharing on Cyclops.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cyclops Screensharing

Scarica i file di estensione Cyclops Screensharing 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

                        Cyclops is a collaborative environment that brings the experience of a physical conference room to distributed teams who are working online. Cyclops is your no-download solution for meetings that are fast and secure; just grab a link to your virtual room and go.
 
Cyclops currently supports up to 8 people in a room. Name a room and get started fast with our 1-click rooms to collaborate in a transient space that anyone can join. Claim the room to reuse the URL exclusively, and lock your room for meetings that are invitation only.                    

Informazioni di Base sull'Estensione

Nome Cyclops Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
URL Ufficiale https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
Descrizione Allows for screensharing on Cyclops.
Dimensione del File 5.52 KB
Conteggio Installazioni 204
Versione Corrente 2.0.1
Ultimo Aggiornamento 2018-10-01
Data di Pubblicazione 2018-10-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://cyclops.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.cyclops.io
URL della Pagina di Aiuto https://www.cyclops.io/about
URL della Pagina della Politica sulla Privacy https://www.cyclops.io/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops Screensharing",
    "description": "Allows for screensharing on Cyclops.",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.cyclops.io\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyclops.io\/*"
        ]
    }
}