CONNECTIX Desktop sharing

Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.

Что такое CONNECTIX Desktop sharing?

CONNECTIX Desktop sharing - это расширение Chrome, разработанное https://connectix.net, и его основная функция - "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".

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

screenshot

Скачать файл CRX расширения CONNECTIX Desktop sharing

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

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

                        screen sharing                    

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

Название CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
Официальный URL https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
Описание Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Размер файла 83.98 KB
Количество установок 1,468
Текущая Версия 1.9.3.3
Последнее Обновление 2015-07-08
Дата публикации 2015-07-07
Рейтинг 4.80/5 Всего 5 оценок
Разработчик https://connectix.net
Тип оплаты free
Официальный сайт расширения http://connectix.net/videoconf/desktop_sharing/
URL страницы помощи http://connectix.net/videoconf/desktop_sharing/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CONNECTIX Desktop sharing",
    "author": "CONNECTIX",
    "version": "1.9.3.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.",
    "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}