TagMan Implementation Helper

TagMan Implementation Helper

If there is a TagMan implementation on the current page you can view information about it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TagMan Implementation Helper",
  "manifest_version": 2,
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "version": "0.1.0",
  "description": "If there is a TagMan implementation on the current page you can view information about it.",
  "background": {
    "scripts": [
      "jquery.min.js",
      "Uri.min.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "48.png",
    "default_title": "Click for more details.",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ]
}