Oath: Ad Platforms Dot Helper

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

Qu'est-ce que Oath: Ad Platforms Dot Helper ?

Oath: Ad Platforms Dot Helper est une extension Chrome développée par Yahoo Gemini, et sa fonction principale est "Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Oath: Ad Platforms Dot Helper

Téléchargez les fichiers d'extension Oath: Ad Platforms Dot Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Oath: Ad Platforms Dot Helper Oath: Ad Platforms Dot Helper
ID eppmoegdkngaleolkhdcdjoepijloikj
URL Officiel https://chromewebstore.google.com/detail/oath-ad-platforms-dot-hel/eppmoegdkngaleolkhdcdjoepijloikj
Description Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.
Taille du Fichier 33.42 KB
Nombre d'Installations 2,213
Version Actuelle 0.1.4.1
Dernière Mise à Jour 2018-09-26
Date de Publication 2018-09-25
Évaluation 3.00/5 Total 2 Évaluations
Développeur Yahoo Gemini
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}