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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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\/" ] } ] } |