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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to detect and close the authentication tab left open by AWS VPN"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AWS VPN Tab Closer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
            ]
        }
    ]
}