Skip to content

Chrome extension installation

The HookNexus Chrome extension brings webhook monitoring and forwarding controls into your browser, alongside the dashboard and CLI.

Install from the Chrome Web Store

  1. Open the HookNexus listing on the Chrome Web Store (search for “HookNexus” or use the link from hooknexus.com).
  2. Click Add to Chrome and confirm the installation.
  3. Pin the extension for quicker access to the popup (optional).

Sign in from the extension

  1. Click the HookNexus icon in the Chrome toolbar.
  2. Choose Sign in (or equivalent). You’ll use the same OAuth flow as the web app (GitHub / Google / email magic link, depending on what the product exposes in the popup).
  3. After a successful login, the popup shows your account state.

Permissions explained

Typical permissions for this kind of extension include:

PermissionWhy it’s needed
StorageSaves session preferences and offline cache (e.g. IndexedDB for local request history).
NotificationsOptional desktop alerts when new webhooks arrive (if you enable them).
Host access (specific HookNexus API origins)Talks securely to HookNexus APIs and WebSocket endpoints.

Exact wording in Chrome reflects the manifest at publish time; review the store listing for the live list.

Initial setup

After installation:

  1. Sign in (see above).
  2. Open the dashboard or use the popup to pick an endpoint you want to monitor.
  3. Enable background monitoring or notifications in extension settings if you want activity without keeping a tab open.

Next steps