Bing Pixel Helper

Bing Pixel Helper

Bing PIxel Helper detects and resolve Microsoft Advertising problems with UET tag! 🛠️ Perfect for developers and marketers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bing Pixel Helper ",
  "description": "Bing PIxel Helper detects and resolve Microsoft Advertising problems with UET tag! 🛠️ Perfect for developers and marketers. ",
  "version": "1.0",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "./Icon16.png",
    "32": "./Icon32.png",
    "48": "./Icon48.png",
    "64": "./Icon64.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "./Icon2000.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "notifications",
    "gcm",
    "scripting"
  ]
}