AWS VPN Tab Closer

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

AWS VPN Tab Closer là gì?

AWS VPN Tab Closer là một tiện ích mở rộng Chrome được phát triển bởi TwoBadRobots, và tính năng chính của nó là "An extension to detect and close the authentication tab left open by AWS VPN".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS VPN Tab Closer

Tải xuống các tệp mở rộng AWS VPN Tab Closer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS VPN Tab Closer AWS VPN Tab Closer
ID eeohkjpjmohadfbgaghdofdphnjhidfg
URL Chính Thức https://chromewebstore.google.com/detail/aws-vpn-tab-closer/eeohkjpjmohadfbgaghdofdphnjhidfg
Mô tả An extension to detect and close the authentication tab left open by AWS VPN
Kích Thước Tệp 3.85 KB
Số Lần Cài Đặt 317
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-02-24
Ngày Phát Hành 2023-02-16
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển TwoBadRobots
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dougle/aws-vpn-tab-close
URL Trang Trợ Giúp https://github.com/dougle/aws-vpn-tab-close/issues
Ngôn Ngữ Được Hỗ Trợ 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\/"
            ]
        }
    ]
}