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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}