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 Yahoo Gemini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oath: Ad Platforms Dot Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}