IIT J Gateway Extension

IIT J Forticlient Gateway Extension

Qu'est-ce que IIT J Gateway Extension ?

IIT J Gateway Extension est une extension Chrome développée par kunaltawatia, et sa fonction principale est "IIT J Forticlient Gateway Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IIT J Gateway Extension

Téléchargez les fichiers d'extension IIT J Gateway Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IIT J Gateway Extension IIT J Gateway Extension
ID ggljlhcdeiccfkkockcnjnlmkebkkjhh
URL Officiel https://chromewebstore.google.com/detail/iit-j-gateway-extension/ggljlhcdeiccfkkockcnjnlmkebkkjhh
Description IIT J Forticlient Gateway Extension
Taille du Fichier 139 KB
Nombre d'Installations 197
Version Actuelle 1.1.2
Dernière Mise à Jour 2022-02-25
Date de Publication 2022-02-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur kunaltawatia
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}