Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
Co to jest Cyclops Screen Sharing?
Cyclops Screen Sharing to rozszerzenie Chrome opracowane przez https://cyclops.io, a jego główną funkcją jest „Allows Cyclops users to share their Desktop.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cyclops Screen Sharing
Pobierz pliki rozszerzeń Cyclops Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
Oficjalny URL | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
Opis | Allows Cyclops users to share their Desktop. |
Rozmiar pliku | 6.5 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 3.0.0 |
Ostatnia Aktualizacja | 2018-10-02 |
Data Publikacji | 2018-10-02 |
Deweloper | https://cyclops.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.cyclops.io |
Adres URL Strony Pomocy | https://www.cyclops.io/product |
Adres URL Strony Polityki Prywatności | https://www.cyclops.io/privacy |
Obsługiwane Języki | 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\/*" ] } } |