NetSupport Manager Client

NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the…

什么是NetSupport Manager Client?

NetSupport Manager Client是由NetSupport Ltd开发的Chrome扩展程序,该扩展的主要功能是“NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the…”。

扩展截图

screenshot
screenshot
screenshot

下载NetSupport Manager Client扩展crx文件

下载NetSupport Manager Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the modern IT environment and adding to the products existing multi-platform support capabilities, you can now remotely manage any Google Chrome OS device.

Key features when connecting to Chrome OS ‘Client’ systems include:

Environment:
A NetSupport Manager Control communicates, via HTTP, with Google Chrome OS devices that are running the NetSupport Manager for Chrome Client extension.   

Remote Control:
A crystal clear thumbnail of each Chrome OS Client screen can be viewed by the Control in a single view.

The Client's screen can be discreetly monitored (Watch Mode) or remote controlled in real time (Share Mode).

For real-time instruction or demonstrations, the Chrome OS Client can be shown the Control (Windows or Mac) screen - in a browser tab, or in full screen mode.

The Client can also be shown an application running on the Control desktop.

Multi-monitor support – monitor Chrome OS devices running multiple monitors.

The Client's screen can be ‘locked’ remotely. 

Chrome OS Clients can join a text ‘chat’ session initiated by the Control.

Chrome OS Clients can receive messages sent by the Control.

Support Tools:
Remote Clipboard - the content of the Client’s clipboard can be remotely retrieved by the Control during a view session. Clients can also be sent a copy of the Control’s clipboard.

Request Help facility - Clients can send a request for help to a Control.

Flexibility:
PIN Connect - the Client can initiate an instant connection with a Control simply by both parties entering a matching PIN code, via a central PIN server module.

Security:
User Acknowledgement – the Client can authorise each inbound connection request.

Chrome Incognito Mode:
To ensure that you maintain full control of your clients, it is recommended that you 'disallow' Incognito Mode in the Chrome OS User Settings. This can be done centrally via Google Management Console.

Installation and pre-requisites for Chrome:

This extension is provided for use by customers already who have NetSupport Manager Remote Control for PC/Mac or those wishing to evaluate our solution. It is not a free product.

For a NetSupport Manager Control to be able to connect and interact with Client ChromeOS devices, the NetSupport Connectivity Server must be installed on a Windows Server; the NetSupport Manager Control (Windows, Mac or Mobile) must be installed on the technician's computer, and the NetSupport Manager Chrome Client extension installed onto each Chrome device.

The NetSupport Manager Client for Chrome OS can be used with your existing NetSupport licences already purchased (as long as you have sufficient unused licences), or additional ChromeOS only Client licences can be purchased from your NetSupport Reseller.

Please visit www.netsupportmanager.com/chrome.asp for more information and a simple step-by-step guide to remotely managing your Chrome OS devices.                    

扩展基本信息

名称 NetSupport Manager Client NetSupport Manager Client
ID dilkdnaihnkfembidikggnigimnbjcjn
官方URL https://chromewebstore.google.com/detail/netsupport-manager-client/dilkdnaihnkfembidikggnigimnbjcjn
简介 NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the…
文件大小 379 KB
安装次数 22,852
当前版本 1.0.3
更新时间 2020-08-12
上架时间 2020-08-11
评分 3.93/5 共240次评分
开发者 NetSupport Ltd
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.netsupportmanager.com/chrome.asp
帮助页面URL http://www.netsupportsoftware.com/support
隐私政策页面URL https://www.netsupportsoftware.com/privacy
支持的语言 ms,de,en,fr,nl,no,tr,es,it,hu,pl,pt-BR,fi,sv,cs,bg,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetSupport Manager Client",
    "version": "1.0.3",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dilkdnaihnkfembidikggnigimnbjcjn",
    "description": "",
    "permissions": [
        "tabs",
        "notifications",
        "management",
        "clipboardWrite",
        "clipboardRead",
        ""
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/pubsub.js",
            "js\/listeners.js",
            "js\/useracklib.js",
            "js\/i18nTranslate.js",
            "js\/showlib.js",
            "js\/view.js",
            "js\/clipboard.js",
            "js\/keyboard.js",
            "js\/lock.js",
            "js\/chatlib.js",
            "js\/chromeguts.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/connection.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "NetSupport Manager",
        "default_popup": "clientmenu.html"
    },
    "web_accessible_resources": [
        "images\/message48.png"
    ],
    "manifest_version": 2
}