RemSupp - Remote Support

Get Access To Customer's Desktop

Что такое RemSupp - Remote Support?

RemSupp - Remote Support - это расширение Chrome, разработанное https://remsupp.com, и его основная функция - "Get Access To Customer's Desktop".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения RemSupp - Remote Support

Скачайте файлы расширений 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 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"
    }
}