Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UET Tag Helper (by Microsoft Advertising)", "short_name": "UET Tag Helper", "description": "This extension helps to identify issues in Microsoft Advertising UET tags", "version": "0.6.9", "icons": { "16": "images\/icon_16x16.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "action": { "default_icon": "images\/icon_100x100.png", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/*.microsoft.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "images\/icon_100x100.png", "styles\/minimized_view.css" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery-2.1.4.min.js", "scripts\/staticTagAnalysis.js", "scripts\/logHelper.js" ], "all_frames": true } ], "permissions": [ "activeTab", "downloads", "tabs", "webNavigation", "webRequest", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjnD3Q\/R517wJ4wtf3ZbI0fmk5BpqO3uQJJiMna2l1tJSlMlfLDab95B2uhBjWacT8xPO3ZlIf42h3sK8b3vKtndPjwPR\/ph\/iZDFor\/2AppXETgx0rjSabzV4e6OjHD1kRALpMjAsjqI\/VLv2c1uf3Pe6paDJrdfBf6FZLwNWb5UK+\/mImx3MEHrXQE0H1VivnidOKiNsE2OC8FqrQriUN9y+WcA2tCw\/t5OzyYV4imetMk+rybihzU1O6thInFHjsUAExXsNp2B+gsaiZEjoLb3Pdz3Nfi0GyNPQSGMSczMPtEkJFpTZE0IzM+YOppzmxQMdMqBNvL+k7YNzbXocwIDAQAB" }