GA4 Copy Cat — Copy/Paste in GA4

GA4 Copy Cat — Copy/Paste in GA4

Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GA4 Copy Cat — Copy/Paste in GA4",
  "version": "1.5",
  "description": "Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.",
  "permissions": [
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://analytics.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}