Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Co je Cyclops Screen Sharing?

Cyclops Screen Sharing je rozšíření Chrome vyvinuté https://cyclops.io, a jeho hlavní funkcí je „Allows Cyclops users to share their Desktop.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cyclops Screen Sharing

Stáhněte si soubory rozšíření Cyclops Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cyclops Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
Oficiální URL https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Popis Allows Cyclops users to share their Desktop.
Velikost souboru 6.5 KB
Počet instalací 20
Aktuální Verze 3.0.0
Poslední Aktualizace 2018-10-02
Datum Vydání 2018-10-02
Vývojář https://cyclops.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.cyclops.io
URL Stránky Nápovědy https://www.cyclops.io/product
URL Stránky Zásad Ochrany Soukromí https://www.cyclops.io/privacy
Podporované Jazyky 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\/*"
        ]
    }
}