Oath: Ad Platforms Dot Helper

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

O que é Oath: Ad Platforms Dot Helper?

Oath: Ad Platforms Dot Helper é uma extensão do Chrome desenvolvida por Yahoo Gemini, e sua principal característica é "Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Oath: Ad Platforms Dot Helper

Baixe arquivos de extensão Oath: Ad Platforms Dot Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Oath: Ad Platforms Dot Helper Oath: Ad Platforms Dot Helper
ID eppmoegdkngaleolkhdcdjoepijloikj
URL Oficial https://chromewebstore.google.com/detail/oath-ad-platforms-dot-hel/eppmoegdkngaleolkhdcdjoepijloikj
Descrição Use Oath: Ad Platforms Dot Helper to inspect and validate your Dot instrumentation.
Tamanho do Arquivo 33.42 KB
Contagem de Instalações 2,213
Versão Atual 0.1.4.1
Última Atualização 2018-09-26
Data de Publicação 2018-09-25
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Yahoo Gemini
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}