Tag Assistant Firefox

Examine source code of Tag Assistant

Inspect and view changes in Tag Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tag Assistant",
  "version": "1.3",
  "description": "Inspect and validate analytics tags and dataLayer on any page. Tag Assistant — Declaration V2.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_title": "Tag Assistant",
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e62a6f00-8828-4b69-91b1-305570d496b9}"
    }
  }
}

Best Tag Assistant Alternatives

Here are some Firefox add-ons that are similar to Tag Assistant: