RemSupp - Remote Support

Get Access To Customer's Desktop

Co je RemSupp - Remote Support?

RemSupp - Remote Support je rozšíření Chrome vyvinuté https://remsupp.com, a jeho hlavní funkcí je „Get Access To Customer's Desktop“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RemSupp - Remote Support

Stáhněte si soubory rozšíření RemSupp - Remote Support ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RemSupp - Remote Support RemSupp - Remote Support
ID mlnjcbgnhoddoploeggpkhdimifjkhbc
Oficiální URL https://chromewebstore.google.com/detail/remsupp-remote-support/mlnjcbgnhoddoploeggpkhdimifjkhbc
Popis Get Access To Customer's Desktop
Velikost souboru 38.05 KB
Počet instalací 85
Aktuální Verze 1.0
Poslední Aktualizace 2021-07-28
Datum Vydání 2021-07-28
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://remsupp.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://remsupp.com
URL Stránky Zásad Ochrany Soukromí https://remsupp.com/legal/privacy
Podporované Jazyky 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"
    }
}