NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Wat is NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing is een Chrome-extensie ontwikkeld door NextPlane, en de belangrijkste functie is "nCore screen capturing Google Chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NextPlane nCore Desktop Sharing

Download NextPlane nCore Desktop Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Officiële URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Beschrijving nCore screen capturing Google Chrome extension
Bestandsgrootte 7.84 KB
Aantal Installaties 19
Huidige Versie 3.3.7
Laatst Bijgewerkt 2016-02-05
Publicatiedatum 2016-02-04
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar NextPlane
Betalingswijze free
Ondersteunde Talen 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"
    ]
}