Analytics Consulting Tools

Analytics Consulting Tools

The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Analytics Consulting Tools",
  "version": "2.0",
  "description": "The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.",
  "content_scripts": [
    {
      "matches": [
        "https://tagmanager.google.com/*",
        "https://launch.adobe.com/*",
        "https://assets.adobedtm.com/extensions/*",
        "https://experience.adobe.com/*"
      ],
      "js": [
        "js/assets.js"
      ],
      "all_frames": true,
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "16": "img/act_16x16.png",
    "48": "img/act_48x48.png",
    "128": "img/act_128x128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "img/edit.png",
    "img/correct.png",
    "img/copy.png",
    "img/beach-ball.png"
  ]
}