Oath: Ad Platforms Dot Helper

Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.

Oath: Ad Platforms Dot Helperคืออะไร?

Oath: Ad Platforms Dot Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yahoo Gemini และคุณลักษณะหลักของมันคือ "Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oath: Ad Platforms Dot Helper

ดาวน์โหลดไฟล์ส่วนขยาย Oath: Ad Platforms Dot Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Oath: Ad Platforms Dot Helper is a simple yet effective tool to help users validate and troubleshoot Oath Dot Tag implementations. The tool will capture all events that trigger a dot tag request on a given web page, and will display the number of captured events on its icon in realtime. Users can examine the details of the events by clicking on the icon.

For more details on how to use Dot tags, please consult our documentation on the Oath Developer Network: https://developer.yahoo.com/nativeandsearch/guide/audience-management/dottags/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Oath: Ad Platforms Dot Helper Oath: Ad Platforms Dot Helper
ID eppmoegdkngaleolkhdcdjoepijloikj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oath-ad-platforms-dot-hel/eppmoegdkngaleolkhdcdjoepijloikj
คำอธิบาย Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.
ขนาดไฟล์ 33.42 KB
จำนวนการติดตั้ง 2,213
เวอร์ชันปัจจุบัน 0.1.4.1
อัปเดตครั้งล่าสุด 2018-09-26
วันที่เผยแพร่ 2018-09-25
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Yahoo Gemini
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oath: Ad Platforms Dot Helper",
    "description": "Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.",
    "version": "0.1.4.1",
    "browser_action": {
        "default_title": "Oath: Ad Platforms Dot Helper",
        "default_icon": "img\/[email protected]",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/native-icon.png",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "*:\/\/sp.analytics.yahoo.com\/*"
    ]
}