GAds Easy compare

GAds Easy compare

Compare performance between 2 date ranges in Google Ads visually and just in a second.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GAds Easy compare",
  "description": "Compare performance between 2 date ranges in Google Ads visually and just in a second.",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "js/jquery-3.6.0.slim.min.js"
      ],
      "matches": [
        "*://ads.google.com/*"
      ]
    },
    {
      "run_at": "document_idle",
      "js": [
        "js/after.js"
      ],
      "matches": [
        "*://ads.google.com/*"
      ]
    }
  ]
}