GA4 Debugger Firefox

Examine source code of GA4 Debugger

제작자: agnarok Add-on
Inspect and view changes in GA4 Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GA4 Debugger",
  "version": "1.0.0",
  "description": "Debug GA4 tracking events in a dedicated DevTools panel. Port of the Chrome extension by James Yoon.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ga4-debugger@firefox",
      "strict_min_version": "86.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "devtools",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "*://*.google-analytics.com/*",
    "*://*.analytics.google.com/*",
    "*://*.g.doubleclick.net/*",
    "<all_urls>"
  ]
}

최고의 GA4 Debugger 대안

다음은 GA4 Debugger과(와) 유사한 Firefox add-on입니다: