AWS VPN Tab Closer
An extension to detect and close the authentication tab left open by AWS VPN
Vad är AWS VPN Tab Closer?
AWS VPN Tab Closer är en Chrome-tillägg utvecklad av TwoBadRobots, och dess huvudfunktion är "An extension to detect and close the authentication tab left open by AWS VPN".
Tilläggsskärmbilder
Ladda ner AWS VPN Tab Closer-förlängningens CRX-fil
Ladda ner AWS VPN Tab Closer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AWS VPN Tab Closer |
ID | eeohkjpjmohadfbgaghdofdphnjhidfg |
Officiell webbadress | https://chromewebstore.google.com/detail/aws-vpn-tab-closer/eeohkjpjmohadfbgaghdofdphnjhidfg |
Beskrivning | An extension to detect and close the authentication tab left open by AWS VPN |
Filstorlek | 3.85 KB |
Antal Installationer | 317 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2023-02-24 |
Publiceringsdatum | 2023-02-16 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | TwoBadRobots |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dougle/aws-vpn-tab-close |
Hjälpsida URL | https://github.com/dougle/aws-vpn-tab-close/issues |
Stödda Språk | 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\/" ] } ] } |