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 là gì?

NetSupport Manager Client là một tiện ích mở rộng Chrome được phát triển bởi NetSupport Ltd, và tính năng chính của nó là "NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetSupport Manager Client

Tải xuống các tệp mở rộng NetSupport Manager Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetSupport Manager Client NetSupport Manager Client
ID dilkdnaihnkfembidikggnigimnbjcjn
URL Chính Thức https://chromewebstore.google.com/detail/netsupport-manager-client/dilkdnaihnkfembidikggnigimnbjcjn
Mô tả NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the…
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 22,852
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2020-08-11
Đánh Giá 3.93/5 Tổng số 240 Đánh Giá
Nhà Phát Triển NetSupport Ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.netsupportmanager.com/chrome.asp
URL Trang Trợ Giúp http://www.netsupportsoftware.com/support
URL Trang Chính Sách Bảo Mật https://www.netsupportsoftware.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}