NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Co to jest NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing to rozszerzenie Chrome opracowane przez NextPlane, a jego główną funkcją jest „nCore screen capturing Google Chrome extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NextPlane nCore Desktop Sharing

Pobierz pliki rozszerzeń NextPlane nCore Desktop 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Oficjalny URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Opis nCore screen capturing Google Chrome extension
Rozmiar pliku 7.84 KB
Liczba instalacji 19
Aktualna Wersja 3.3.7
Ostatnia Aktualizacja 2016-02-05
Data Publikacji 2016-02-04
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper NextPlane
Typ Płatności free
Obsługiwane Języki 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"
    ]
}