To set this: open https://erp.iitkgp.ac.in/SSOAdministration/forgot.htm → Change Security Questions tab → set the same answer for all three.
Go to terminal - git clone https://github.com/naitikagarwal/ERP-Autofill-Extension
Save the folder in known directory
Open Chrome → chrome://extensions/.
Enable Developer mode (top-right).
Click Load unpacked → select the erp-autofill-extension/ folder.
The extension will load. (Icon may appear grey — that’s normal because it has no browser action.)
Open the ERP login page: https://erp.iitkgp.ac.in (or the SSO login URL).
Type your Login ID in Login ID (#user_id), your password in Password (#password), and optionally the security answer in #answer.
Click the Save ERP creds button (bottom-right). A small toast will confirm “Credentials saved ✅”.
Next time you visit the ERP login page, the fields will be auto-filled. Manually click Send OTP (if not visible then just click on password once).
Confirm chrome.storage contains data:
Open developer console (F12) → run:
chrome.storage.sync.get(["userid","password","security"], console.log)