Etsy Tools - Ad Stats Enhancer

Etsy Tools - Ad Stats Enhancer

Enhances the statistics shown on the Etsy Ads stats page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Etsy Tools - Ad Stats Enhancer",
  "version": "1.1",
  "description": "Enhances the statistics shown on the Etsy Ads stats page.",
  "content_scripts": [
    {
      "js": [
        "content.js",
        "thirdParty/jquery-3.5.1.min.js"
      ],
      "matches": [
        "https://www.etsy.com/your/shops/me/advertising*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}