A Chrome extension for quickly navigating your PostHog projects, dashboards, and insights.
Note: This project is not affiliated with, endorsed by, or officially connected to PostHog in any way. It's an independent community tool.
- Multi-org support — See all your organizations and projects in one place
- Quick access — Jump to any PostHog tool (dashboards, insights, session replay, feature flags, etc.)
- Dashboard & insight browser — Expand to see individual dashboards and saved insights per project
- Star favorites — Star dashboards and insights for quick access in the Starred tab
- Recent visits — Track your recently visited PostHog pages
- Search — Filter across projects, dashboards, and insights
- Per-project configuration — Customize which tools are visible for each project
- Drag-and-drop ordering — Reorder organizations and projects in settings
- Hide projects — Hide projects or orgs you don't need
- Flat list mode — Optionally show all projects without org grouping
- Light & dark mode — Follows your OS preference
- Self-hosted support — Works with PostHog Cloud and self-hosted instances
Install directly from the Chrome Web Store.
- Download the latest
chrome-mv3-prod.zipfrom the Releases page - Unzip the file
- Go to
chrome://extensionsin Chrome - Enable Developer mode (top right)
- Click Load unpacked and select the unzipped folder
- Click the hedgehog icon in your toolbar
- Click "Open Settings"
- Enter your PostHog instance URL (e.g.,
https://eu.posthog.com) - Create a Personal API key with scopes:
organization:read,project:read,dashboard:read,insight:read - Paste the key and click "Test Connection"
Built with Plasmo, React, and TypeScript.
# Install dependencies
pnpm install
# Start development server (hot reload)
pnpm dev
# Load in Chrome: go to chrome://extensions, enable Developer mode,
# click "Load unpacked", select the build/chrome-mv3-dev folder
# Production build
pnpm build
# Package for store submission
pnpm packageCreated by Titans of Industry
MIT
