Signal Inspector

Shows you information about tags deployed using Signal Tag.

Signal Inspectorคืออะไร?

Signal Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrightTag และคุณลักษณะหลักของมันคือ "Shows you information about tags deployed using Signal Tag."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Signal Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Signal Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This add-on to Signal allows you to explore fired tags in ways that the console alone cannot. Observe when tags are fired and detect server-direct tag fires. The Signal Inspector makes debugging tags easier than ever. Note: A valid Signal account is needed to take advantage of this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Signal Inspector Signal Inspector
ID plhigdejmcnjiljpefhbcmllngmmjggp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp
คำอธิบาย Shows you information about tags deployed using Signal Tag.
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 1,130
เวอร์ชันปัจจุบัน 1.10.5
อัปเดตครั้งล่าสุด 2022-03-03
วันที่เผยแพร่ 2019-03-08
คะแนน 3.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา BrightTag
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.signal.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Signal Inspector",
    "version": "1.10.5",
    "manifest_version": 2,
    "description": "Shows you information about tags deployed using Signal Tag.",
    "icons": {
        "48": "assets-images\/en-US\/brighttag48.png",
        "128": "assets-images\/en-US\/brighttag128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets-images\/en-US\/icon19-off.png",
            "38": "assets-images\/en-US\/icon38-off.png"
        },
        "default_title": "Signal Inspector",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "assets-js\/diagnostic.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ]
}