SSH Agent for Google Chrome™

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

SSH Agent for Google Chrome™คืออะไร?

SSH Agent for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SSH Agent for Google Chrome™ และคุณลักษณะหลักของมันคือ "Provides an SSH Agent implementation for Chrome's Secure Shell extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSH Agent for Google Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย SSH Agent for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SSH Agent for Google Chrome™ SSH Agent for Google Chrome™
ID eechpbnaifiimgajnomdipfaamobdfha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ssh-agent-for-google-chro/eechpbnaifiimgajnomdipfaamobdfha
คำอธิบาย Provides an SSH Agent implementation for Chrome's Secure Shell extension
ขนาดไฟล์ 3.6 MB
จำนวนการติดตั้ง 14,602
เวอร์ชันปัจจุบัน 0.0.28
อัปเดตครั้งล่าสุด 2023-09-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา SSH Agent for Google Chrome™
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/google/chrome-ssh-agent
ภาษาที่รองรับ 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"
}