ObservePoint TagDebugger

ObservePoint TagDebugger

Troubleshoot and audit analytics tags, variables and on-click events. Supports Adobe Analytics, Google Analytics, Ensighten and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ObservePoint TagDebugger",
  "description": "Troubleshoot and audit analytics tags, variables and on-click events. Supports Adobe Analytics, Google Analytics, Ensighten and more",
  "version": "1.24.1",
  "manifest_version": 2,
  "minimum_chrome_version": "49.0",
  "homepage_url": "http://www.observepoint.com/?utm_source=extension&utm_medium=app-click&utm_campaign=extension-panel",
  "devtools_page": "devtools.html",
  "options_page": "options.html",
  "incognito": "spanning",
  "offline_enabled": true,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "<all_urls>",
    "downloads"
  ],
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com/gtag/js https://www.google-analytics.com/analytics.js 'unsafe-eval'; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "js/content.js"
  ]
}