IIT J Gateway Extension

IIT J Forticlient Gateway Extension

什么是IIT J Gateway Extension?

IIT J Gateway Extension是由kunaltawatia开发的Chrome扩展程序,该扩展的主要功能是“IIT J Forticlient Gateway Extension”。

扩展截图

screenshot
screenshot

下载IIT J Gateway Extension扩展crx文件

下载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 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"
    }
}