A secure Chrome extension for automated ERP login with advanced protection features.
- 🔐 Secure auto-login with encrypted local storage
- ❓ Smart security question handling
- 📱 OTP integration support
- 🎨 Modern popup interface for credential management
- 🛡️ Code obfuscation for enhanced security
- 🔒 No data transmission - everything stays local
- Clone or download this repository
- Open Chrome and go to:
chrome://extensions/ - Enable "Developer mode" (toggle in top-right)
- Click "Load unpacked" and select the
distfolder - Click the extension icon and enter your credentials
- Setup: Enter credentials in the extension popup
A secure Chrome extension for automated ERP login with advanced protection features.
- 🔐 Secure auto-login with encrypted local storage
- ❓ Smart security question handling
- 📱 OTP integration support
- 🎨 Modern popup interface for credential management
- 🛡️ Code obfuscation for enhanced security
- 🔒 No data transmission - everything stays local
- Clone or download this repository
- Open Chrome and go to:
chrome://extensions/ - Enable "Developer mode" (toggle in top-right)
- Click "Load unpacked" and select the
distfolder - Click the extension icon and enter your credentials
- Setup: Enter credentials in the extension popup
- Auto-login: Visit your ERP site - it will login automatically
- OTP: The extension will prompt for OTP when needed
- Security: Questions are answered automatically
- ✅ Local storage only - no cloud or server communication
- ✅ Obfuscated code - protected against reverse engineering
- ✅ No telemetry - zero data collection
- ✅ Open source - auditable but secured
- Chrome browser (or Chromium-based browsers)
- Access to target ERP system
- Extension not working? Verify you selected the
distfolder - Auto-login fails? Check credentials are saved correctly
- OTP issues? Make sure to enter the 6-digit code when prompted
EasyERP/
├── dist/ # 🔒 Obfuscated extension files (load this folder)
│ ├── background.js # Protected service worker
│ ├── content.js # Protected auto-login script
│ ├── popup.js # Protected popup logic
│ ├── popup.html # Modern UI interface
│ └── manifest.json # Extension configuration
├── INSTALL.md # Installation guide
├── SECURITY.md # Security documentation
└── README.md # This file
This extension uses advanced code obfuscation to protect against reverse engineering while maintaining full functionality. Source code is protected but the extension remains open for security auditing.
MIT License - see LICENSE file for details.
Dipesh Goel
- GitHub: @DIPESHGOEL27
- Email: dipeshgoel@kgpian.iitkgp.ac.in
Developed with ❤️ by Dipesh Goel
For support or issues, please create an issue in this repository.