AWS VPN Tab Closer

An extension to detect and close the authentication tab left open by AWS VPN

Qu'est-ce que AWS VPN Tab Closer ?

AWS VPN Tab Closer est une extension Chrome développée par TwoBadRobots, et sa fonction principale est "An extension to detect and close the authentication tab left open by AWS VPN".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AWS VPN Tab Closer

Téléchargez les fichiers d'extension AWS VPN Tab Closer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AWS VPN Tab Closer AWS VPN Tab Closer
ID eeohkjpjmohadfbgaghdofdphnjhidfg
URL Officiel https://chromewebstore.google.com/detail/aws-vpn-tab-closer/eeohkjpjmohadfbgaghdofdphnjhidfg
Description An extension to detect and close the authentication tab left open by AWS VPN
Taille du Fichier 3.85 KB
Nombre d'Installations 317
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-02-24
Date de Publication 2023-02-16
Évaluation 4.25/5 Total 4 Évaluations
Développeur TwoBadRobots
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dougle/aws-vpn-tab-close
URL de la Page d'Aide https://github.com/dougle/aws-vpn-tab-close/issues
Langues Prises en Charge 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\/"
            ]
        }
    ]
}