IIT J Gateway Extension

IIT J Forticlient Gateway Extension

What is IIT J Gateway Extension?

IIT J Gateway Extension is a Chrome extension developed by kunaltawatia, and its main feature is "IIT J Forticlient Gateway Extension".

Extension Screenshots

screenshot
screenshot

Download IIT J Gateway Extension Extension CRX File

Download IIT J Gateway Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IIT J Gateway Extension IIT J Gateway Extension
ID ggljlhcdeiccfkkockcnjnlmkebkkjhh
Official URL https://chromewebstore.google.com/detail/iit-j-gateway-extension/ggljlhcdeiccfkkockcnjnlmkebkkjhh
Description IIT J Forticlient Gateway Extension
File Size 139 KB
Installation Count 197
Current Version 1.1.2
Last Updated 2022-02-25
Publish Date 2022-02-13
Rating 5.00/5 Total 3 Ratings
Developer kunaltawatia
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}