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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "This extension helps to identify issues in Microsoft Advertising UET tags"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UET Tag Helper (by Microsoft Advertising)

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}