IITG AutoLogin++

Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!

IITG AutoLogin++とは何ですか?

IITG AutoLogin++はsamuellaskar3によって開発されたChromeの拡張機能で、その主な機能は「Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

IITG AutoLogin++拡張機能のCRXファイルをダウンロード

IITG AutoLogin++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!

Additional Features:
1. Encrypts your email and password before storing on local storage. 
2. Displays possible reason for authentication failure. 
3. Icons changes based on login and internet access status. 

Note: The extension is opensource and all contributions are welcome. 
GitHub URL: https://github.com/Samuel-Aktar-Laskar/IITG-Auto-Login-Extension                    

拡張機能の基本情報

名前 IITG AutoLogin++ IITG AutoLogin++
ID laoonocbajmmlbobelmlcejplifbigli
公式URL https://chromewebstore.google.com/detail/iitg-autologin++/laoonocbajmmlbobelmlcejplifbigli
説明 Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!
ファイルサイズ 49.59 KB
インストール数 332
現在のバージョン 1.0
最終更新日 2024-01-09
公開日 2024-01-09
開発者 samuellaskar3
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://aktarcompany.blogspot.com/2024/01/iitg-autologin-privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IITG AutoLogin++",
    "description": "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!",
    "version": "1.0",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "Popup.html"
    },
    "options_page": "Options.html",
    "permissions": [
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/agnigarh.iitg.ac.in:1442\/*"
    ],
    "icons": {
        "128": "Icons\/icon_active2.png"
    }
}