AWS VPN Tab Closer
An extension to detect and close the authentication tab left open by AWS VPN
Apa itu AWS VPN Tab Closer?
AWS VPN Tab Closer adalah ekstensi Chrome yang dikembangkan oleh TwoBadRobots, dan fitur utamanya adalah "An extension to detect and close the authentication tab left open by AWS VPN".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AWS VPN Tab Closer
Unduh file ekstensi AWS VPN Tab Closer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AWS VPN Tab Closer |
ID | eeohkjpjmohadfbgaghdofdphnjhidfg |
URL Resmi | https://chromewebstore.google.com/detail/aws-vpn-tab-closer/eeohkjpjmohadfbgaghdofdphnjhidfg |
Deskripsi | An extension to detect and close the authentication tab left open by AWS VPN |
Ukuran File | 3.85 KB |
Jumlah Instalasi | 317 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2023-02-24 |
Tanggal Publikasi | 2023-02-16 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | TwoBadRobots |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dougle/aws-vpn-tab-close |
URL Halaman Bantuan | https://github.com/dougle/aws-vpn-tab-close/issues |
Bahasa yang Didukung | 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\/" ] } ] } |