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是由adams.sam開發的Chrome擴展程式,該擴展的主要功能是“If there is a TagMan implementation on the current page you can view information about it.”。

擴展截圖

screenshot

下載TagMan Implementation Helper擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}