Cyclops Screensharing

Allows for screensharing on Cyclops.

Vad är Cyclops Screensharing?

Cyclops Screensharing är en Chrome-tillägg utvecklad av http://cyclops.io, och dess huvudfunktion är "Allows for screensharing on Cyclops.".

Tilläggsskärmbilder

screenshot

Ladda ner Cyclops Screensharing-förlängningens CRX-fil

Ladda ner Cyclops Screensharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cyclops Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
Officiell webbadress https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
Beskrivning Allows for screensharing on Cyclops.
Filstorlek 5.52 KB
Antal Installationer 204
Aktuell Version 2.0.1
Senast Uppdaterad 2018-10-01
Publiceringsdatum 2018-10-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://cyclops.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.cyclops.io
Hjälpsida URL https://www.cyclops.io/about
URL till Sekretesspolicy Sidan https://www.cyclops.io/privacy
Stödda Språk 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\/*"
        ]
    }
}