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ファイルをダウンロード
AWS VPN Tab Closer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/" ] } ] } |