NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Hvad er NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing er en Chrome-udvidelse udviklet af NextPlane, og dens hovedfunktion er "nCore screen capturing Google Chrome extension".

Udvidelsesskærmbilleder

screenshot

Download NextPlane nCore Desktop Sharing-udvidelses-CRX-fil

Download NextPlane nCore Desktop Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Officiel URL https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Beskrivelse nCore screen capturing Google Chrome extension
Filstørrelse 7.84 KB
Antal Installationer 19
Nuværende Version 3.3.7
Senest Opdateret 2016-02-05
Udgivelsesdato 2016-02-04
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler NextPlane
Betalingsmetode free
Understøttede Sprog 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"
    ]
}