NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Apa itu NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing adalah ekstensi Chrome yang dikembangkan oleh NextPlane, dan fitur utamanya adalah "nCore screen capturing Google Chrome extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NextPlane nCore Desktop Sharing

Unduh file ekstensi NextPlane nCore Desktop Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
URL Resmi https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Deskripsi nCore screen capturing Google Chrome extension
Ukuran File 7.84 KB
Jumlah Instalasi 19
Versi Saat Ini 3.3.7
Terakhir Diperbarui 2016-02-05
Tanggal Publikasi 2016-02-04
Penilaian 5.00/5 Total 3 Penilaian
Pengembang NextPlane
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}