RemSupp - Remote Support

Get Access To Customer's Desktop

RemSupp - Remote Support là gì?

RemSupp - Remote Support là một tiện ích mở rộng Chrome được phát triển bởi https://remsupp.com, và tính năng chính của nó là "Get Access To Customer's Desktop".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RemSupp - Remote Support

Tải xuống các tệp mở rộng RemSupp - Remote Support 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

                        Get Access To Customer's Desktop.

This extension allows you to create an On-Demand Remote Session invitation without using RemSupp dedicated app. You have everything at hand.

No instructions, complicated IDs or passwords.

RemSupp is a cloud-based remote support software which helps businesses in connecting with customers by using remote sessions. Teams can control, monitor and repair laptops, computers, and other devices.

Works for Windows, Mac or Linux.                    

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

Tên RemSupp - Remote Support RemSupp - Remote Support
ID mlnjcbgnhoddoploeggpkhdimifjkhbc
URL Chính Thức https://chromewebstore.google.com/detail/remsupp-remote-support/mlnjcbgnhoddoploeggpkhdimifjkhbc
Mô tả Get Access To Customer's Desktop
Kích Thước Tệp 38.05 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-07-28
Ngày Phát Hành 2021-07-28
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://remsupp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://remsupp.com
URL Trang Chính Sách Bảo Mật https://remsupp.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RemSupp - Remote Support",
    "description": "Get Access To Customer's Desktop",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/remsupp.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}