Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Qu'est-ce que Cyclops Screen Sharing ?

Cyclops Screen Sharing est une extension Chrome développée par https://cyclops.io, et sa fonction principale est "Allows Cyclops users to share their Desktop.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cyclops Screen Sharing

Téléchargez les fichiers d'extension Cyclops Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cyclops Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
URL Officiel https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Description Allows Cyclops users to share their Desktop.
Taille du Fichier 6.5 KB
Nombre d'Installations 20
Version Actuelle 3.0.0
Dernière Mise à Jour 2018-10-02
Date de Publication 2018-10-02
Développeur https://cyclops.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cyclops.io
URL de la Page d'Aide https://www.cyclops.io/product
URL de la Page de Politique de Confidentialité https://www.cyclops.io/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}