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++ هو إضافة Chrome تم تطويرها بواسطة samuellaskar3، والميزة الرئيسية لها هي "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IITG AutoLogin++
قم بتنزيل ملفات الامتداد IITG AutoLogin++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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++ |
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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" } } |