RemSupp - Remote Support
Get Access To Customer's Desktop
什么是RemSupp - Remote Support?
RemSupp - Remote Support是由https://remsupp.com开发的Chrome扩展程序,该扩展的主要功能是“Get Access To Customer's Desktop”。
扩展截图
下载RemSupp - Remote Support扩展crx文件
下载RemSupp - Remote Support扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | RemSupp - Remote Support |
ID | mlnjcbgnhoddoploeggpkhdimifjkhbc |
官方URL | https://chromewebstore.google.com/detail/remsupp-remote-support/mlnjcbgnhoddoploeggpkhdimifjkhbc |
简介 | Get Access To Customer's Desktop |
文件大小 | 38.05 KB |
安装次数 | 85 |
当前版本 | 1.0 |
更新时间 | 2021-07-28 |
上架时间 | 2021-07-28 |
评分 | 5.00/5 共6次评分 |
开发者 | https://remsupp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://remsupp.com |
隐私政策页面URL | https://remsupp.com/legal/privacy |
支持的语言 | 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" } } |