NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Co je NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing je rozšíření Chrome vyvinuté NextPlane, a jeho hlavní funkcí je „nCore screen capturing Google Chrome extension“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NextPlane nCore Desktop Sharing

Stáhněte si soubory rozšíření NextPlane nCore Desktop Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Oficiální URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Popis nCore screen capturing Google Chrome extension
Velikost souboru 7.84 KB
Počet instalací 19
Aktuální Verze 3.3.7
Poslední Aktualizace 2016-02-05
Datum Vydání 2016-02-04
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář NextPlane
Typ Platby free
Podporované Jazyky 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"
    ]
}