I built a Chrome extension to stop switching between Stripe and Lemon Squeezy dashboards

As an indie developer, I kept running into the same annoying problem: Constantly switching between Stripe and Lemon Squeezy just to check revenue. Open Stripe → check stats Open Lemon Squeezy → che...

By · · 1 min read
I built a Chrome extension to stop switching between Stripe and Lemon Squeezy dashboards

Source: DEV Community

As an indie developer, I kept running into the same annoying problem: Constantly switching between Stripe and Lemon Squeezy just to check revenue. Open Stripe → check stats Open Lemon Squeezy → check stats Repeat multiple times a day… It gets old fast. So I built a small Chrome extension to fix it. 👉 Open one tab → instantly see all your revenue What it does • View Stripe + Lemon Squeezy revenue in one dashboard • See recent transactions in one place • Simple revenue chart • CSV export • Runs locally in the browser (API keys never leave your machine) That last point was important to me — I didn’t want to send sensitive data to some random backend. Why I built it I wanted something I could open in a couple of seconds and instantly know: "How is my product doing today?" Instead of jumping between multiple dashboards. Who this is for • Indie developers using Stripe • SaaS builders using Lemon Squeezy • Anyone juggling multiple payment dashboards Current state This is very much an MVP — j