UET Tag Helper (by Microsoft Advertising)

This extension helps to identify issues in Microsoft Advertising UET tags

什麼是UET Tag Helper (by Microsoft Advertising)?

UET Tag Helper (by Microsoft Advertising)是由Microsoft Corporation開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to identify issues in Microsoft Advertising UET tags”。

擴展截圖

screenshot
screenshot
screenshot

下載UET Tag Helper (by Microsoft Advertising)擴展crx文件

下載UET Tag Helper (by Microsoft Advertising)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        •	Navigate to any page of your website and the tag helper will tell you which UET tags are on the page and if they are working correctly.
•	Find out if your conversion goals or Dynamic Remarketing lists have been set up correctly on your website.
•	Learn about the issues that are encountered and how to fix them.

By installing this item, you agree to the Microsoft Terms of Service at https://www.microsoft.com/en-us/servicesagreement/, and Privacy Policy at https://go.microsoft.com/fwlink/?LinkId=521839                    

擴展基本資訊

名稱 UET Tag Helper (by Microsoft Advertising) UET Tag Helper (by Microsoft Advertising)
ID naijndjklgmffmpembnkfbcjbognokbf
官方網址 https://chromewebstore.google.com/detail/uet-tag-helper-by-microso/naijndjklgmffmpembnkfbcjbognokbf
簡介 This extension helps to identify issues in Microsoft Advertising UET tags
檔案大小 216 KB
安裝次數 115,877
目前版本 0.6.6
更新時間 2023-09-21
上架時間 2019-11-21
評分 4.38/5 共 24 次評分
開發者 Microsoft Corporation
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ads.microsoft.com/
說明頁面URL http://help.bingads.microsoft.com/#apex/3/en/56775/2
隱私政策頁面URL http://aka.ms/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "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.6",
    "icons": {
        "16": "images\/icon_16x16.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_100x100.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/require.js",
            "lib\/aria.telemetry.min.js",
            "scripts\/logHelper.js",
            "scripts\/shared_utils.js",
            "templates\/report.js",
            "templates\/minimized_view.js",
            "scripts\/advice.js",
            "scripts\/audience_advice.js",
            "scripts\/report.js",
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.microsoft.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/icon_100x100.png",
        "styles\/minimized_view.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.1.4.min.js",
                "scripts\/staticTagAnalysis.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "downloads",
        "tabs",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjnD3Q\/R517wJ4wtf3ZbI0fmk5BpqO3uQJJiMna2l1tJSlMlfLDab95B2uhBjWacT8xPO3ZlIf42h3sK8b3vKtndPjwPR\/ph\/iZDFor\/2AppXETgx0rjSabzV4e6OjHD1kRALpMjAsjqI\/VLv2c1uf3Pe6paDJrdfBf6FZLwNWb5UK+\/mImx3MEHrXQE0H1VivnidOKiNsE2OC8FqrQriUN9y+WcA2tCw\/t5OzyYV4imetMk+rybihzU1O6thInFHjsUAExXsNp2B+gsaiZEjoLb3Pdz3Nfi0GyNPQSGMSczMPtEkJFpTZE0IzM+YOppzmxQMdMqBNvL+k7YNzbXocwIDAQAB"
}