IITG AutoLogin

This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!

IITG AutoLoginคืออะไร?

IITG AutoLogin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shashwat.jolly และคุณลักษณะหลักของมันคือ "This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IITG AutoLogin

ดาวน์โหลดไฟล์ส่วนขยาย IITG AutoLogin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - Save your credentials by going to the extension's options or press "Change Credentials" on the extension popup
- Enjoy seamless browsing without logging in and keeping a tab open at all times

Privacy Policy: https://drive.google.com/open?id=1P12AhepXksbe2fg9dDzdaPdJp5ie7Rwv                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IITG AutoLogin IITG AutoLogin
ID hlbcdnfdlghcdgkhgbiboicdcpddjnnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iitg-autologin/hlbcdnfdlghcdgkhgbiboicdcpddjnnb
คำอธิบาย This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 7,455
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-02-02
วันที่เผยแพร่ 2020-02-02
คะแนน 4.55/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา shashwat.jolly
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/open?id=1P12AhepXksbe2fg9dDzdaPdJp5ie7Rwv
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IITG AutoLogin",
    "description": "This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!",
    "version": "1.3",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/agnigarh.iitg.ac.in:1442\/*",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon.png"
    }
}