Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.35 KB

File metadata and controls

34 lines (21 loc) · 1.35 KB

⚠️ Before you start

Make sure all three security answers are the same in your ERP account.

To set this: open https://erp.iitkgp.ac.in/SSOAdministration/forgot.htm → Change Security Questions tab → set the same answer for all three.

Installation (Chrome desktop)

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.)

How to use

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 ✅”.

Alt text 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).

Debug

Confirm chrome.storage contains data:

Open developer console (F12) → run:

chrome.storage.sync.get(["userid","password","security"], console.log)