Getscreen.me - Remote Desktop Access

Connect to your computers and invite customers in one click!

Wat is Getscreen.me - Remote Desktop Access?

Getscreen.me - Remote Desktop Access is een Chrome-extensie ontwikkeld door https://getscreen.me, en de belangrijkste functie is "Connect to your computers and invite customers in one click!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Getscreen.me - Remote Desktop Access

Download Getscreen.me - Remote Desktop Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A simple and effective extension to your account that allows to make connections without having to log in to your personal Getscreen.me account. Invitations help simplify the process of establishing a connection with a client.

Сlient receives a small file in the invitation and runs it to establish a connection. No instructions, IDs, or passwords. Works on Windows, Mac, Linux and Android.                    

Basisinformatie over de Extensie

Naam Getscreen.me - Remote Desktop Access Getscreen.me - Remote Desktop Access
ID iaohfhfkcdddhmpmonkhhblodjfolfmf
Officiële URL https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf
Beschrijving Connect to your computers and invite customers in one click!
Bestandsgrootte 675 KB
Aantal Installaties 8,251
Huidige Versie 3.5
Laatst Bijgewerkt 2024-02-26
Publicatiedatum 2021-03-01
Beoordeling 4.96/5 Totaal 246 Beoordelingen
Ontwikkelaar https://getscreen.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getscreen.me/
Help Pagina-URL https://getscreen.me/docs/
URL van de Privacybeleid Pagina https://getscreen.me/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Getscreen.me - Remote Desktop Access",
    "version": "3.5",
    "description": "Connect to your computers and invite customers in one click!",
    "permissions": [
        "declarativeContent",
        "clipboardWrite",
        "storage",
        "tabs",
        "activeTab",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.getscreen.me\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "html\/options.html",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "i\/16x16.png",
            "32": "i\/32x32.png",
            "48": "i\/48x48.png",
            "128": "i\/128x128.png"
        }
    },
    "icons": {
        "16": "i\/16x16.png",
        "32": "i\/32x32.png",
        "48": "i\/48x48.png",
        "128": "i\/128x128.png"
    }
}