Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
Cos'è Cyclops Screen Sharing?
Cyclops Screen Sharing è un'estensione di Chrome sviluppata da https://cyclops.io, e la sua funzione principale è "Allows Cyclops users to share their Desktop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cyclops Screen Sharing
Scarica i file di estensione Cyclops Screen Sharing 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
                        Allows Cyclops users to share their Desktop.
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 |   |  
| ID | coniodiiboggpkjmngjoningbfnbfpdn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn | 
| Descrizione | Allows Cyclops users to share their Desktop. | 
| Dimensione del File | 6.5 KB | 
| Conteggio Installazioni | 20 | 
| Versione Corrente | 3.0.0 | 
| Ultimo Aggiornamento | 2018-10-02 | 
| Data di Pubblicazione | 2018-10-02 | 
| Sviluppatore | https://cyclops.io | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.cyclops.io | 
| URL della Pagina di Aiuto | https://www.cyclops.io/product | 
| 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",
    "manifest_version": 2,
    "name": "Cyclops Screen Sharing",
    "description": "Allows Cyclops users to share their Desktop.",
    "version": "3.0.0",
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyclops.io\/*"
        ]
    }
}  |  |