Getscreen.me - Remote Desktop Access

Connect to your computers and invite customers in one click!

¿Qué es Getscreen.me - Remote Desktop Access?

Getscreen.me - Remote Desktop Access es una extensión de Chrome desarrollada por https://getscreen.me, y su función principal es "Connect to your computers and invite customers in one click!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Getscreen.me - Remote Desktop Access

Descarga archivos de extensión Getscreen.me - Remote Desktop Access en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Getscreen.me - Remote Desktop Access Getscreen.me - Remote Desktop Access
ID iaohfhfkcdddhmpmonkhhblodjfolfmf
URL Oficial https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf
Descripción Connect to your computers and invite customers in one click!
Tamaño del Archivo 675 KB
Cantidad de Instalaciones 8,251
Versión Actual 3.5
Última Actualización 2024-02-26
Fecha de Publicación 2021-03-01
Calificación 4.96/5 Total de 246 Calificaciones
Desarrollador https://getscreen.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://getscreen.me/
URL de la Página de Ayuda https://getscreen.me/docs/
URL de la Página de Política de Privacidad https://getscreen.me/privacy-policy
Idiomas Soportados 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"
    }
}