MCPcopy Index your code
hub / github.com/dtkdt100/Chat-GPT-for-Gmail

github.com/dtkdt100/Chat-GPT-for-Gmail @v1.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.4 ↗ · + Follow
84 symbols 176 edges 20 files 0 documented · 0% updated 2y agov1.0.4 · 2023-02-18★ 903 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ChatGPT for Gmail

A browser extension to complete your email with the help of ChatGPT

Installation

Browser

Download via extension store: Chrome, Firefox

Local installation

  1. Clone the repo (using git clone https://github.com/dtkdt100/Chat-GPT-for-Gmail)
  2. Install Node
  3. Install dependencies with npm
  4. npm run build
  5. Load build/chromium/ or build/firefox/ directory to your browser

Usage

  1. Open Gmail
  2. Create new email and start writing it
  3. In the left side of your input text, a new icon will appear
  4. Click it and a suggestion of Chat GPT to complete your email will show on screen
  5. If you chose to accepte it, just click on it

Cerdit

This project is inspired by wong2/chat-gpt-google-extension

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 55
Method 14
Interface 7
Class 6
Enum 2

Languages

TypeScript100%

Modules by API surface

src/content-script/index.jsx23 symbols
src/background/providers/chatgpt.ts12 symbols
src/config.ts9 symbols
src/background/providers/openai.ts6 symbols
src/content-script/new_message_observer.ts5 symbols
build.mjs5 symbols
src/options/ProviderSelect.tsx4 symbols
src/api.ts4 symbols
src/popup/Popup.tsx3 symbols
src/background/types.ts3 symbols
src/background/index.ts3 symbols
src/content-script/ChatGPTQuery.jsx2 symbols

For agents

$ claude mcp add Chat-GPT-for-Gmail \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page