SSH Agent for Google Chrome™

Provides an SSH Agent implementation for Chrome's Secure Shell extension

O que é SSH Agent for Google Chrome™?

SSH Agent for Google Chrome™ é uma extensão do Chrome desenvolvida por SSH Agent for Google Chrome™, e sua principal característica é "Provides an SSH Agent implementation for Chrome's Secure Shell extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SSH Agent for Google Chrome™

Baixe arquivos de extensão SSH Agent for Google Chrome™ 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

                        This is a bare-bones SSH agent extension for Google Chrome™. It provides an SSH agent implementation that can be used with the Secure Shell Chrome extension.

See https://github.com/google/chrome-ssh-agent for usage instructions.                    

Informações Básicas da Extensão

Nome SSH Agent for Google Chrome™ SSH Agent for Google Chrome™
ID eechpbnaifiimgajnomdipfaamobdfha
URL Oficial https://chromewebstore.google.com/detail/ssh-agent-for-google-chro/eechpbnaifiimgajnomdipfaamobdfha
Descrição Provides an SSH Agent implementation for Chrome's Secure Shell extension
Tamanho do Arquivo 3.6 MB
Contagem de Instalações 14,602
Versão Atual 0.0.28
Última Atualização 2023-09-08
Data de Publicação 2019-03-08
Classificação 4.62/5 Total de 13 Avaliações
Desenvolvedor SSH Agent for Google Chrome™
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/google/chrome-ssh-agent
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SSH Agent for Google Chrome\u2122",
    "version": "0.0.28",
    "description": "Provides an SSH Agent implementation for Chrome's Secure Shell extension",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "html\/background-bundle.js"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html"
    },
    "action": {
        "default_popup": "html\/options.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'wasm-unsafe-eval'"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "ids": [
            "pnhechapfaindjhompbnflcldabbghjo",
            "okddffdblfhhnmhodogpojmfkjmhinfp",
            "iodihamcpbpeioajjeobimgagajmlibd",
            "algkcnfjnajfhgimadimbjhmpaeohhln",
            "ooiklbnjmhbcgemelgfhaeaocllobloj",
            "hmgggebkhjjkiimkjlknpdgapncghehh"
        ],
        "matches": [
            "chrome-untrusted:\/\/terminal\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjxUao0CHGqOyeJk+NkDMYDliC7fTIE5SLgH2UZ0t\/z1Pwsd9P4pa7TxwUfN45DJKm8AAiQYn9XViniARlxRh+Twre3\/2jozifEEFwCeR9O1PS7xNbjTs\/RZALueAX8HaIO6p1rXiJIol7ZpNunDjuQ03YIGLdE\/QjfwCOXkntF7ij2Ao+r2Z+WOSNtcUER2VQtfm2QOIVXxMxZmvyfQG8ItE+3Go\/+b39CYGdtkRicwC9Z+Ccw3b45kuLEj17qwFqjT19drhbkOaVGfKqGHH3plWq13+UryXF5xL4wxqVx5smLMF\/4LwNRW5nz6okAbH5nhN3v0mvagVuGopwGNolQIDAQAB"
}