Skip to content

ski-gear/ski-goggles

Repository files navigation

Ski Goggles

A browser extension (Chrome for now) that helps inspect web analytics requests for Snowplow, Adobe Analytics, and more.

Installation

  1. Install it from here

General Usage

  1. Ensure the extension is installed on Chrome.

  2. Open Devtools in the browser tab you want to inspect analytics calls.

  3. Open the Ski Goggles panel within Devtools.

  4. Have fun inspecting.


Development Workflow

  1. Install yarn

  2. Run yarn

  3. Build the extension (creates/updates the dist directory)

  # For Prod
  yarn build

  # For Dev
  yarn dev-build
  1. Go to chrome://extensions on Chrome.

  2. Click on Load unpacked Extensions

  3. Point it to the dist directory.