Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```