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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/"
            ]
        }
    ]
}