The complete telemetry platform for browser extensions.

Stop flying blind. Get accurate cross-browser analytics, real retention cohorts, feature usage tracking, and hardware telemetry.

Real-time events
Type-safe SDK
Privacy-first design

Metrics that actually matter for extensions

Store dashboards only show you vague "active users". We show you exactly what happens inside your extension.

Cross-Browser Analytics

One dashboard for Chrome, Firefox, Edge, and Safari. Unified user counts and retention metrics, no matter where your user is.

Chrome logoChrome
Firefox logoFirefox
Edge logoEdge
Safari logoSafari

Feature Usage

Know exactly which features are used. Track button clicks, toggle activations, and flow completions.

Real Retention

Cohort analysis based on actual activity signals, not just "installed" status. See who actually sticks around.

Technical Telemetry

Debug confidently. Collect RAM usage, CPU concurrency, OS version, and screen resolution to optimize performance.

RAM: 8GB
Res: 1920x1080
OS: MacOS

Drop-in SDK for developers

Installing extension.report is as simple as adding a package. Our type-safe SDK handles batching, caching, and retries automatically.

Designed for Manifest V3 first. It plays nice with Service Workers and short-lived environments.

Fast install
Terminal
$npm install @extension-report/js
Simple Integration
background.ts
import { init } from "@extension-report/js";

// 1. Track lifecycle automatically (install, update)
const sdk = init({
  projectPublicKey: "pk_prod_123456789",
});

// 2. Track custom events
await sdk.track("feature_used", { 
  name: "pdf_export",
  size_mb: 4.2 
});

// 3. Identify user (optional)
sdk.identify("user_123");

Fair pricing for every stage

Start for free, upgrade as you grow. No credit card required to start.

Hobby

$0/month

Perfect for side projects and new extensions.

  • 1 Project
  • Up to 1,000 monthly active users
  • 30 days data retention
  • Basic metrics (Installs, Active)
Most Popular

Pro

$29/month

For serious extensions and teams.

  • Up to 5 extensions
  • Up to 50,000 monthly active users
  • 1 year data retention
  • Deep Telemetry (Hardware, Features)
  • Cohort Retention Analysis

Enterprise

$299/month

For scaling organizations.

  • Unlimited Extensions
  • Unlimited MAU
  • Unlimited Retention
  • Priority Support & SLA
  • SSO & Audit Logs