Getscreen.me - Remote Desktop Access

Connect to your computers and invite customers in one click!

O que é Getscreen.me - Remote Desktop Access?

Getscreen.me - Remote Desktop Access é uma extensão do Chrome desenvolvida por https://getscreen.me, e sua principal característica é "Connect to your computers and invite customers in one click!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Getscreen.me - Remote Desktop Access

Baixe arquivos de extensão Getscreen.me - Remote Desktop Access no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Getscreen.me - Remote Desktop Access Getscreen.me - Remote Desktop Access
ID iaohfhfkcdddhmpmonkhhblodjfolfmf
URL Oficial https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf
Descrição Connect to your computers and invite customers in one click!
Tamanho do Arquivo 675 KB
Contagem de Instalações 8,251
Versão Atual 3.5
Última Atualização 2024-02-26
Data de Publicação 2021-03-01
Classificação 4.96/5 Total de 246 Avaliações
Desenvolvedor https://getscreen.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getscreen.me/
URL da Página de Ajuda https://getscreen.me/docs/
URL da Página de Política de Privacidade https://getscreen.me/privacy-policy
Idiomas Suportados 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"
    }
}