NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Vad är NextPlane nCore Desktop Sharing?

NextPlane nCore Desktop Sharing är en Chrome-tillägg utvecklad av NextPlane, och dess huvudfunktion är "nCore screen capturing Google Chrome extension".

Tilläggsskärmbilder

screenshot

Ladda ner NextPlane nCore Desktop Sharing-förlängningens CRX-fil

Ladda ner NextPlane nCore Desktop Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
Officiell webbadress https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
Beskrivning nCore screen capturing Google Chrome extension
Filstorlek 7.84 KB
Antal Installationer 19
Aktuell Version 3.3.7
Senast Uppdaterad 2016-02-05
Publiceringsdatum 2016-02-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare NextPlane
Betalningssätt free
Stödda Språk 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"
    ]
}