ChatGPT Dev Stack Launcher 1.1.0

Purpose
- On an existing ChatGPT tab: click the extension icon to keep the current conversation and try to select GitHub, Vercel, Supabase, and Stripe for the next message. ChatGPT app selection is message-scoped, so click again when a later message needs fresh app data or another app action.
- From another page: click the icon to open ChatGPT and try to select the same four apps.

Install for personal use in Chrome
1. Open chrome://extensions/
2. Turn on Developer mode.
3. Choose "Load unpacked".
4. Select this folder.
5. Pin "ChatGPT Dev Stack Launcher" to the toolbar.

Permissions and privacy
- The extension is limited to https://chatgpt.com/*.
- It reads the visible ChatGPT page DOM only to locate the composer, the + menu, and the four app names.
- It does not send chat text or page content to teebusinessinsights.com or another server.
- App availability, provider authorization, workspace controls, and ChatGPT approval requirements still apply.

Limitations
- This is independent UI automation, not an OpenAI-provided composed-state deep link.
- A ChatGPT UI change can break the selectors. If that happens, use ChatGPT's + menu or @ mention manually and update content.js.

Chrome's official documentation describes "Load unpacked" as a developer/personal-use workflow. For broad public distribution, use the Chrome Web Store or another officially supported distribution path.

Source / guide
https://www.teebusinessinsights.com/chatgpt-dev-stack.html
