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
官方網址 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
電子郵箱 [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"
    }
}