Digital Data Viewer (DDV)

Digital Data Viewer (DDV)

View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Digital Data Viewer (DDV)",
  "short_name": "Digital Data Viewer",
  "version": "2.6.3",
  "manifest_version": 3,
  "author": "mike gieson",
  "homepage_url": "https://gieson.com/Library/projects/utilities/digital-data-viewer/",
  "description": "View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.",
  "devtools_page": "dt_init.html",
  "action": {
    "default_icon": {
      "16": "/images/icons/icon-16.png",
      "32": "/images/icons/icon-32.png",
      "48": "/images/icons/icon-48.png",
      "128": "/images/icons/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/icons/icon-16.png",
    "32": "/images/icons/icon-32.png",
    "48": "/images/icons/icon-48.png",
    "128": "/images/icons/icon-128.png"
  },
  "host_permissions": [
    "*://*/b/ss/*",
    "*://*/ee/v1/*",
    "*://edge.adobedc.net/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
  }
}