Let's Chat AI collects, stores and transmits no data to us. The extension has no server and no analytics.
What it accesses: only the Google Chat messages already rendered on the page you are viewing, and only after you click a function in the panel and confirm the send.
Where it goes: to the n8n webhook URL you configure in the options page — a service you or your organisation run. Your n8n calls an AI provider (e.g. Google Gemini or OpenAI) using your API key. The developer never receives or sees any of this content.
What it stores on your device (chrome.storage.local, not synced): your webhook URL, the message-fetch limit, a debug toggle, and the dragged position of the floating button. No chat content, no credentials.
What it never does: no background monitoring, no automatic upload, no analytics/telemetry/tracking/profiling, no ads, no selling or sharing of data.
Permissions: host access is limited to chat.google.com; the optional https://*/* / http://*/* pattern is never granted at install — the extension requests access only to the single origin you enter as your webhook. storage is used for the local settings above.
Retention: parsed messages live in memory only and are discarded on panel close or room switch. Local settings persist until you clear them or remove the extension.