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