TagMan Implementation Helper

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

Qu'est-ce que TagMan Implementation Helper ?

TagMan Implementation Helper est une extension Chrome développée par adams.sam, et sa fonction principale est "If there is a TagMan implementation on the current page you can view information about it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TagMan Implementation Helper

Téléchargez les fichiers d'extension TagMan Implementation 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

                        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                    

Informations de Base sur l'Extension

Nom TagMan Implementation Helper TagMan Implementation Helper
ID noajdpjhagodlelcnjojbjiclddckbca
URL Officiel https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca
Description If there is a TagMan implementation on the current page you can view information about it.
Taille du Fichier 118 KB
Nombre d'Installations 67
Version Actuelle 0.1.0
Dernière Mise à Jour 2013-10-16
Date de Publication 2013-10-16
Évaluation 4.00/5 Total 2 Évaluations
Développeur adams.sam
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}