A live Chrome extension that helps declutter Gmail inboxes through intelligent sender analysis and bulk email management.
🔗 Available on Chrome Web Store
InboxWhiz addresses the common problem of email overload by providing users with actionable insights about their email patterns and efficient tools to manage unwanted messages. The extension integrates seamlessly with Gmail's interface and processes thousands of emails locally for optimal performance.
- Smart Sender Analytics: Analyzes email patterns to identify top senders by frequency and volume
- Bulk Email Management: Select multiple senders and perform actions on all their emails simultaneously
- Automated Unsubscribe: Intelligent detection and execution of unsubscribe processes
Gmail API Integration: Secure read/write access to Gmail data with OAuth authentication(deprecated in favor of browser automation to bypass CASA fees)- Chrome Side Panel UI: Modern, responsive interface built with React and TypeScript
- Interactive Tutorial System: Guided onboarding with contextual help
- React 19 with TypeScript for type-safe component development
- Vite for fast development builds and hot module replacement
- Chrome Extensions Manifest V3 for modern extension capabilities
Gmail API for email data access and manipulationGoogle OAuth 2.0 for secure user authentication- Chrome Extensions API for side panel, content scripts, and background processes
- Chrome Storage API for efficient local data caching
- Comprehensive Test Suite: Unit tests with Jest covering core business logic
- End-to-End Testing: Playwright tests for critical user workflows including sender management, deletion, and unsubscribe flows
- Automated CI/CD Pipeline: GitHub Actions workflows for automated testing, linting, and release management
- Code Quality Tools: ESLint, Prettier, and Stylelint for consistent code standards
- Zero external data storage - all processing happens client-side for privacy