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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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
عنوان صفحة سياسة الخصوصية 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"
    }
}