Real-time meeting assistant that listens for questions and displays AI-generated answers as subtle text suggestions.
- Open
chrome://extensions/→ Enable Developer mode - Click Load unpacked → Select the
meeting-copilotfolder - Click the extension icon → Enter your Gemini and/or Nvidia NIM API keys
- Enter your name for directed question detection
- Optionally upload meeting context documents
- Join a meeting (Google Meet, Teams Web, Zoom Web)
- Click Start in the extension popup (or press
Ctrl+Shift+M) - A small green dot appears at bottom-right confirming it's listening
- When a question is detected, the suggestion bar appears at the bottom
- The answer reveals word by word in the center slot
| Key | Action |
|---|---|
Ctrl+Shift+M |
Toggle on/off |
Escape |
Dismiss current answer |
→ (Arrow Right) |
Reveal next word faster |
| Click center slot | Reveal 3 words at once |
content.js → Speech recognition + Question detection + UI overlay
service-worker → Tab capture + API orchestration + Context engine
popup → Settings + Document upload
utils/ → Gemini API, Nvidia API, Context engine, Question detector
- Gemini: Get from Google AI Studio
- Nvidia NIM: Get from NVIDIA Build