NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

What is NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing is a Chrome extension developed by NextPlane, and its main feature is "nCore screen capturing Google Chrome extension".

Extension Screenshots

screenshot

Download NextPlane nCore Desktop Sharing Extension CRX File

Download NextPlane nCore Desktop Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Official URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Description nCore screen capturing Google Chrome extension
File Size 7.84 KB
Installation Count 19
Current Version 3.3.7
Last Updated 2016-02-05
Publish Date 2016-02-04
Rating 5.00/5 Total 3 Ratings
Developer NextPlane
Payment Type free
Supported Languages 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"
    ]
}