TagMan Implementation Helper

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

Wat is TagMan Implementation Helper?

TagMan Implementation Helper is een Chrome-extensie ontwikkeld door adams.sam, en de belangrijkste functie is "If there is a TagMan implementation on the current page you can view information about it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TagMan Implementation Helper

Download TagMan Implementation Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TagMan Implementation Helper TagMan Implementation Helper
ID noajdpjhagodlelcnjojbjiclddckbca
Officiële URL https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca
Beschrijving If there is a TagMan implementation on the current page you can view information about it.
Bestandsgrootte 118 KB
Aantal Installaties 67
Huidige Versie 0.1.0
Laatst Bijgewerkt 2013-10-16
Publicatiedatum 2013-10-16
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar adams.sam
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}