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
Eメール [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"
    }
}