Transform Gmail with AI-powered tabs, smart categorization, and intelligent email insights.
MailSense is a Chrome extension that brings artificial intelligence to your Gmail experience, helping you organize, prioritize, and manage your emails more efficiently.
- AI-Powered Email Categorization: Automatically sort emails into intelligent categories
- Smart Tabs: Organize your inbox with AI-driven tab system
- Email Intelligence: Get insights about your email patterns and productivity
- Gmail Integration: Seamlessly integrates with Gmail interface
- Productivity Analytics: Track and improve your email management efficiency
- Visit the Chrome Web Store (coming soon)
- Click "Add to Chrome"
- Confirm the installation
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- The MailSense extension should now appear in your extensions
- Node.js 16+
- Chrome browser
- Gmail account
# Clone the repository
git clone https://github.com/nyuchitech/mailsense-extension.git
cd mailsense-extension
# Install dependencies
npm install
# Validate the extension
npm run validate
# Package for distribution
npm run package- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the project directory
mailsense-extension/
├── manifest.json # Extension manifest
├── background.js # Service worker
├── content.js # Content script for Gmail
├── ai-service.js # AI intelligence service
├── popup.html # Extension popup interface
├── popup.js # Popup functionality
├── options.html # Options/settings page
├── options.js # Options functionality
├── styles.css # Extension styles
├── welcome.html # Welcome/onboarding page
├── ICONS.md # Icon documentation
└── README.md # This file
Access extension options by:
- Right-clicking the MailSense icon
- Selecting "Options"
- Configure your AI preferences and email categories
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly with Gmail
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Issues: GitHub Issues
- Email: hello@nyuchi.com
- Documentation: Wiki
MailSense is developed by Nyuchi Web Services, a technology company focused on AI-powered productivity tools.
Made with ❤️ by Nyuchi Web Services