TagMan Implementation Helper

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

Что такое TagMan Implementation Helper?

TagMan Implementation Helper - это расширение Chrome, разработанное adams.sam, и его основная функция - "If there is a TagMan implementation on the current page you can view information about it.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TagMan Implementation Helper

Скачайте файлы расширений TagMan Implementation Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название TagMan Implementation Helper TagMan Implementation Helper
ID noajdpjhagodlelcnjojbjiclddckbca
Официальный URL https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca
Описание If there is a TagMan implementation on the current page you can view information about it.
Размер файла 118 KB
Количество установок 67
Текущая Версия 0.1.0
Последнее Обновление 2013-10-16
Дата публикации 2013-10-16
Рейтинг 4.00/5 Всего 2 оценок
Разработчик adams.sam
Тип оплаты free
Поддерживаемые языки 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:\/\/*\/*"
    ]
}