TagMan Implementation Helper

If there is a TagMan implementation on the current page you can view information about it.

¿Qué es TagMan Implementation Helper?

TagMan Implementation Helper es una extensión de Chrome desarrollada por adams.sam, y su función principal es "If there is a TagMan implementation on the current page you can view information about it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TagMan Implementation Helper

Descarga archivos de extensión TagMan Implementation Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Shows a TagMan icon in the address bar/omnibox when TagMan is implemented on that page.
Clicking this icon shows more detailed information about the implementation as well as information about the campaign activity currently recorded against that session.

This can be used along side the "TagMan URL Changer" extension (for using test servers etc):
https://chrome.google.com/webstore/detail/aepfachknffiglfeondjbmclhdingaad                    

Información Básica de la Extensión

Nombre TagMan Implementation Helper TagMan Implementation Helper
ID noajdpjhagodlelcnjojbjiclddckbca
URL Oficial https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca
Descripción If there is a TagMan implementation on the current page you can view information about it.
Tamaño del Archivo 118 KB
Cantidad de Instalaciones 67
Versión Actual 0.1.0
Última Actualización 2013-10-16
Fecha de Publicación 2013-10-16
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador adams.sam
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TagMan Implementation Helper",
    "manifest_version": 2,
    "icons": {
        "128": "128.png",
        "48": "48.png"
    },
    "version": "0.1.0",
    "description": "If there is a TagMan implementation on the current page you can view information about it.",
    "background": {
        "scripts": [
            "jquery.min.js",
            "Uri.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "48.png",
        "default_title": "Click for more details.",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}