Meet in the side panel: the InterMIND Chrome extension is live
The InterMIND Chrome extension is published: InterMIND — Meet in the side panel in the Chrome Web Store.
It does one thing. It puts the meeting in Chrome's side panel, beside the tab you are presenting, instead of in a window that competes with it. The tab keeps focus and full width — you type in it, you edit it, you share it — while the call, the chat and the participants stay readable next to it.
The long version of why that matters is a separate post: How do you see the room while you're presenting? — the trade every existing fix makes (an overlay covers your content; a second monitor still drops the roster when slides go full screen), and the structural reason a browser side panel is not in that trade. This one is the short version: what shipped, and how to use it.
What it is
A Manifest V3 extension that renders the InterMIND web app inside Chrome's side panel. Chrome documents the Side Panel API as a way for an extension to "host content in the browser's side panel alongside the main content of a webpage" (checked August 2026). The panel belongs to the browser frame rather than to the tab, so switching tabs does not close it and typing into the page does not push it behind anything.
What the package asks for, and why:
| Permission | What it is for |
|---|---|
sidePanel | The product surface itself — the app renders in the panel |
storage | Panel preferences, stored locally; nothing is transmitted |
scripting | The sign-in handoff below, scoped to the login tab the extension opens itself |
Host access to intermind.com | The panel embeds the InterMIND web app and uses your existing session there |
The extension executes only packaged code — no remote code. What it renders is the intermind.com website in an iframe, which is ordinary web content, not extension code. The extension itself collects nothing; account and meeting data is handled by intermind.com under its privacy policy.