Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Что такое Cyclops Screen Sharing?

Cyclops Screen Sharing - это расширение Chrome, разработанное https://cyclops.io, и его основная функция - "Allows Cyclops users to share their Desktop.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cyclops Screen Sharing

Скачайте файлы расширений Cyclops Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cyclops Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
Официальный URL https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Описание Allows Cyclops users to share their Desktop.
Размер файла 6.5 KB
Количество установок 20
Текущая Версия 3.0.0
Последнее Обновление 2018-10-02
Дата публикации 2018-10-02
Разработчик https://cyclops.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.cyclops.io
URL страницы помощи https://www.cyclops.io/product
URL страницы политики конфиденциальности https://www.cyclops.io/privacy
Поддерживаемые языки 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\/*"
        ]
    }
}