Oath: Ad Platforms Dot Helper

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

Was ist Oath: Ad Platforms Dot Helper?

Oath: Ad Platforms Dot Helper ist eine Chrome-Erweiterung, die von Yahoo Gemini entwickelt wurde, und ihr Hauptmerkmal ist "Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.".

Erweiterungsscreenshots

screenshot
screenshot

Oath: Ad Platforms Dot Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Oath: Ad Platforms Dot Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Oath: Ad Platforms Dot Helper Oath: Ad Platforms Dot Helper
ID eppmoegdkngaleolkhdcdjoepijloikj
Offizielle URL https://chromewebstore.google.com/detail/oath-ad-platforms-dot-hel/eppmoegdkngaleolkhdcdjoepijloikj
Beschreibung Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.
Dateigröße 33.42 KB
Installationsanzahl 2,213
Aktuelle Version 0.1.4.1
Letztes Update 2018-09-26
Veröffentlichungsdatum 2018-09-25
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Yahoo Gemini
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}