A lightweight browser extension that helps students of Del Institute of Technology with campus-related tasks, including automatic CIS login, announcement notifications, and more.
- Automatic CIS Login: Securely log in to CIS Del without entering credentials each time
- Announcement Notifications: Get real-time notifications for new CIS announcements
- Background Checking: Periodically checks for new announcements even when browser is idle
- Simple Interface: Clean, intuitive popup UI with tabbed navigation
- Customizable Settings: Adjust check intervals to your preference
- Download the latest release from the Releases page
- Open Chrome/Edge and navigate to
chrome://extensions/
- Enable "Developer mode" (top right)
- Click "Load unpacked" and select the extracted extension folder
- Download the Firefox version from the Releases page
- Open Firefox and go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on" and select the downloaded .zip file
- Click the extension icon in your browser toolbar
- Enter your CIS credentials on the first use
- The extension will automatically check for announcements based on your settings
- Click on notifications to view full announcements
git clone https://github.com/kangphp/AIO-Del-Browser-Extension.git
cd AIO-Del-Browser-Extension
- JavaScript
- HTML/CSS
- Chrome Extension API
- Firefox WebExtension API
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.