Signal Inspector

Shows you information about tags deployed using Signal Tag.

Signal Inspector란 무엇입니까?

Signal Inspector은(는) BrightTag에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows you information about tags deployed using Signal Tag."입니다.

확장 프로그램 스크린샷

screenshot

Signal Inspector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}