IIT J Gateway Extension
IIT J Forticlient Gateway Extension
IIT J Gateway Extensionคืออะไร?
IIT J Gateway Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kunaltawatia และคุณลักษณะหลักของมันคือ "IIT J Forticlient Gateway Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IIT J Gateway Extension
ดาวน์โหลดไฟล์ส่วนขยาย IIT J Gateway Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watching Netflix and the internet session expired? Say no more. The intranet of IIT Jodhpur uses Forticlient for user authentication and to authorize us with the internet connection. However, Forticlient forces a gateway for users to login to and avail of the services. Users are provided with short sessions which are frequently expired; this creates a burden on the user to keep re-logging inside the gateway. We have made this extension to automate the login process and tackle this problem. The chrome extension frequently checks for the internet connection, and when lost, it redirects to the FortiClient gateway and login on your behalf.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IIT J Gateway Extension |
ID | ggljlhcdeiccfkkockcnjnlmkebkkjhh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/iit-j-gateway-extension/ggljlhcdeiccfkkockcnjnlmkebkkjhh |
คำอธิบาย | IIT J Forticlient Gateway Extension |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 197 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-02-25 |
วันที่เผยแพร่ | 2022-02-13 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kunaltawatia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IIT J Gateway Extension", "description": "IIT J Forticlient Gateway Extension", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "tabs", "tabGroups", "webRequest" ], "host_permissions": [ "https:\/\/*\/*" ], "action": { "default_popup": "popup\/popup.html" }, "icons": { "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" } } |