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