This Chrome extension automatically logs you into the LPU portals. It supports all login endpoints:
- 📱 Internet Portal: https://internet.lpu.in/
- 🔐 UMS Portal: https://ums.lpu.in/
- 📊 My Account Portal: https://myaccountinternet.lpu.in/
- 🎓 LPULive Portal: https://lpulive.lpu.in/
- 📚 MyClass Portal: https://myclass.lpu.in/
- ✅ Saves your registration number and password securely
- ✅ Auto-fills the login form
- ✅ Automatically clicks the checkbox
- ✅ Submits the login form with one click
- ✅ Optional automatic login when the page loads
- The extension is located in the
extensionfolder - All required files are already in place:
manifest.json- Extension configurationpopup.html- Settings UIpopup.js- Settings logiccontent-script.js- Login automation
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Navigate to and select the
extensionfolder from this project - The extension should now appear in your extensions list
- Click the extension icon in your Chrome toolbar
- Enter your:
- Registration Number (your student/user ID)
- Internet Password
- Check "Auto-login when page loads" if you want automatic login
- Click "Save & Auto-Login"
-
First Use: Enter your credentials in the popup and click Save
-
Auto-Login: The extension will automatically:
- Navigate to the login page (optional, if auto-login is enabled)
- Fill in your registration number
- Fill in your internet password
- Check the required checkbox
- Click the login button
-
Subsequent Uses:
- If auto-login is enabled, just visit the login page and the form fills automatically
- Or click the extension icon and click "Save & Auto-Login" button
⚠️ Your credentials are stored locally in Chrome's encrypted storage⚠️ Never share your extension with others⚠️ Your credentials are only used for the LPU internet portal⚠️ Disable auto-login if using a shared computer
The extension uses smart detection to find form elements. If it doesn't work:
- Open either login page:
- Right-click on the registration number field → "Inspect"
- Note the field's name, id, or placeholder attribute
- Edit
content-script.jsand update the selector logic
Example: If the registration field has name="userid", ensure the selector includes that.
- Check if auto-login is enabled in the extension popup
- Clear browser cache/cookies and try again
- Open Developer Tools (F12) and check the Console for any error messages
This is normal for unpacked extensions during development. It's safe to use.
- Go to
chrome://extensions/ - Find "LPU Internet Auto-Login"
- Click the trash icon to uninstall
If you encounter issues:
- Check that you're on the correct URL: https://internet.lpu.in/24online/servlet/E24onlineHTTPClient
- Clear your browser cache (Ctrl+Shift+Delete)
- Reload the extension in
chrome://extensions/ - Try re-entering your credentials and click save
Note: This extension is for personal use only. Do not share your credentials with other.