AWS VPN Tab Closer
An extension to detect and close the authentication tab left open by AWS VPN
AWS VPN Tab Closer란 무엇입니까?
AWS VPN Tab Closer은(는) TwoBadRobots에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to detect and close the authentication tab left open by AWS VPN"입니다.
확장 프로그램 스크린샷
AWS VPN Tab Closer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When the AWS VPN clients resubmits your stored credentials it leaves a very annoying tab open in your browser, if you are AFK for a while you can come back to a window full of tabs. This extension will only activate for tabs using the URL http://127.0.0.1:35001 and it will close it as soon as the confirmation message is displayed. This will not affect the sign in process.
확장 프로그램 기본 정보
이름 | AWS VPN Tab Closer |
ID | eeohkjpjmohadfbgaghdofdphnjhidfg |
공식 URL | https://chromewebstore.google.com/detail/aws-vpn-tab-closer/eeohkjpjmohadfbgaghdofdphnjhidfg |
설명 | An extension to detect and close the authentication tab left open by AWS VPN |
파일 크기 | 3.85 KB |
설치 횟수 | 317 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-02-24 |
출시 날짜 | 2023-02-16 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | TwoBadRobots |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dougle/aws-vpn-tab-close |
도움말 페이지 URL | https://github.com/dougle/aws-vpn-tab-close/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AWS VPN Tab Closer", "version": "0.1.0", "description": "An extension to detect and close the authentication tab left open by AWS VPN", "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/127.0.0.1:35001\/" ] } ] } |