EL - Metrics Debugger

EL - Metrics Debugger

EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EL - Metrics Debugger",
  "description": "EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction.",
  "version": "2.3.2",
  "manifest_version": 3,
  "icons": {
    "16": "images/logo/u14_16.png",
    "32": "images/logo/u14_32.png",
    "48": "images/logo/u14_48.png",
    "128": "images//logo/u14_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {}
}