Skip to content

signadot/browser-extension

Repository files navigation

Signadot Browser Extension

The Signadot Browser Extension simplifies testing web applications in sandbox environments by automatically injecting routing headers into browser requests.

🚀 Features

  • Sandbox & Route Group Selection: Authenticate to view and select from a dropdown of available sandboxes and route groups.
  • One-Click Toggle: Easily enable or disable routing to sandbox environments without altering code.
  • Automatic Header Injection: Injects necessary headers like baggage and tracestate (as well as custom routing headers configured) to route traffic appropriately.

🛠️ Installation & Usage

Check out the docs for more information.

Development

Setup

yarn install

Build

yarn build

Build in watch mode

terminal

npm run watch

Load extension to chrome

Load dist directory

Test

npx jest or npm run test