NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Что такое NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing - это расширение Chrome, разработанное NextPlane, и его основная функция - "nCore screen capturing Google Chrome extension".

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

screenshot

Скачать файл CRX расширения NextPlane nCore Desktop Sharing

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

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

                        Securely collaborate with other users by sharing your desktop within NextPlane nCore Business Collaboration Service.

nCore is a cloud-based real-time communications and collaboration service that allows users to exchange instant messages, engage in group chats, make voice or video calls, and share files and desktops—with users on nCore as well as colleagues on Microsoft, Cisco, IBM, Broadsoft UC platforms and services.

For more information checkout www.ncore.io.                    

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

Название NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Официальный URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Описание nCore screen capturing Google Chrome extension
Размер файла 7.84 KB
Количество установок 19
Текущая Версия 3.3.7
Последнее Обновление 2016-02-05
Дата публикации 2016-02-04
Рейтинг 5.00/5 Всего 3 оценок
Разработчик NextPlane
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NextPlane nCore Desktop Sharing",
    "author": "Muaz Khan",
    "version": "3.3.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "nCore screen capturing Google Chrome extension",
    "homepage_url": "http:\/\/nextplane.net",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}