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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IITG AutoLogin++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } } |