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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TwoBadRobots, και η κύρια λειτουργία του είναι "An extension to detect and close the authentication tab left open by AWS VPN".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AWS VPN Tab Closer

Λήψη αρχείων επέκτασης 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 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\/"
            ]
        }
    ]
}