TagMan Implementation Helper

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

Vad är TagMan Implementation Helper?

TagMan Implementation Helper är en Chrome-tillägg utvecklad av adams.sam, och dess huvudfunktion är "If there is a TagMan implementation on the current page you can view information about it.".

Tilläggsskärmbilder

screenshot

Ladda ner TagMan Implementation Helper-förlängningens CRX-fil

Ladda ner TagMan Implementation Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TagMan Implementation Helper TagMan Implementation Helper
ID noajdpjhagodlelcnjojbjiclddckbca
Officiell webbadress https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca
Beskrivning If there is a TagMan implementation on the current page you can view information about it.
Filstorlek 118 KB
Antal Installationer 67
Aktuell Version 0.1.0
Senast Uppdaterad 2013-10-16
Publiceringsdatum 2013-10-16
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare adams.sam
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}