NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Cos'è NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing è un'estensione di Chrome sviluppata da NextPlane, e la sua funzione principale è "nCore screen capturing Google Chrome extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NextPlane nCore Desktop Sharing

Scarica i file di estensione NextPlane nCore Desktop Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
URL Ufficiale https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Descrizione nCore screen capturing Google Chrome extension
Dimensione del File 7.84 KB
Conteggio Installazioni 19
Versione Corrente 3.3.7
Ultimo Aggiornamento 2016-02-05
Data di Pubblicazione 2016-02-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore NextPlane
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}