Google Analytics 4 Annotations - GA4 Notes

Google Analytics 4 Annotations - GA4 Notes

Add annotations to your Google Analytics 4 charts and get context about GA4 data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Add annotations to your Google Analytics 4 charts and get context about GA4 data.",
  "version": "0.0.6",
  "manifest_version": 3,
  "name": "Google Analytics 4 Annotations - GA4 Notes",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "ga4-notes-34.png"
  },
  "icons": {
    "128": "ga4-notes-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://analytics.google.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "identity"
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "ga4-notes-128.png",
        "ga4-notes-34.png"
      ],
      "matches": []
    }
  ],
  "oauth2": {
    "client_id": "81175638260-4ohluj4kokdacil8un9pmccm4tghe3h4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv5/Kw7Qr37WGiN34k3wgXLs02eiKFrF3HM9KGH0pgImpdOqIhTHuraIOEvxPBNZNEvXkEcfXteCq9jfc1o+0vK7V90NEcoguShlLwwALx8yDwBUpukhl451JbkJ8pQZ+Nzf8EZrqsqfcvYxPHiOyhNL6d4KqfvtF/DMy1rEP4PqlFcUufwJxkXfgkbC8ynbgXmS6VRhx9Fi871Omtj7VfJKYSZvtPNz19XtZMj3eEnCdDUOwCroit5/XPauXRRaH5LX60eE1PcKvOZXg5JfDQENjydwRgVDM4cQCeZXQI4lIX4Jl9+zzDI9jHlFxZAXdadgsqsduxyd9duAs4T8b/QIDAQAB"
}