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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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