NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Was ist NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing ist eine Chrome-Erweiterung, die von NextPlane entwickelt wurde, und ihr Hauptmerkmal ist "nCore screen capturing Google Chrome extension".

Erweiterungsscreenshots

screenshot

NextPlane nCore Desktop Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie NextPlane nCore Desktop Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Offizielle URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Beschreibung nCore screen capturing Google Chrome extension
Dateigröße 7.84 KB
Installationsanzahl 19
Aktuelle Version 3.3.7
Letztes Update 2016-02-05
Veröffentlichungsdatum 2016-02-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler NextPlane
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}