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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}