Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devrico003/chrome-extension-ai-email-assistant
A Chrome extension that enhances Gmail with AI-powered text improvement and translation capabilities using Groq AI.
https://github.com/devrico003/chrome-extension-ai-email-assistant
ai chrome-extension email gmail groq improvement openai-api text translation
Last synced: 15 days ago
JSON representation
A Chrome extension that enhances Gmail with AI-powered text improvement and translation capabilities using Groq AI.
- Host: GitHub
- URL: https://github.com/devrico003/chrome-extension-ai-email-assistant
- Owner: DevRico003
- Created: 2024-10-29T15:20:13.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:05:13.000Z (16 days ago)
- Last Synced: 2024-10-29T18:31:36.259Z (16 days ago)
- Topics: ai, chrome-extension, email, gmail, groq, improvement, openai-api, text, translation
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gmail Assistant
A Chrome extension for intelligent email enhancement and translation directly within Gmail, powered by Groq AI.
## Features
- ✨ **Smart Enhancement**: Improves text while maintaining tone and formality
- 🌍 **Translation**: Supports 🇬🇧 EN, 🇩🇪 DE, 🇫🇷 FR, 🇪🇸 ES, 🇮🇹 IT
- 🎯 **Context-Aware**: Detects and maintains formal/informal language
- 🎨 **Seamless Integration**: Matches Gmail's design## Quick Start
1. Install the extension from Chrome Web Store
2. Get your Groq API key from [Groq Console](https://console.groq.com/)
3. Click extension icon and enter API key
4. Start composing in Gmail to see enhancement options## Privacy
- API key stored locally
- No data storage
- Secure API calls## Development
```
gmail-assistant/
├── manifest.json # Config
├── content.js # Gmail integration
├── emailProcessor.js # AI processing
├── popup.html # Settings
└── styles.css # Styling
```