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™은(는) SSH Agent for Google Chrome™에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides an SSH Agent implementation for Chrome's Secure Shell extension"입니다.
확장 프로그램 스크린샷
SSH Agent for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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™ |
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" } |