Signal Inspector

Shows you information about tags deployed using Signal Tag.

Was ist Signal Inspector?

Signal Inspector ist eine Chrome-Erweiterung, die von BrightTag entwickelt wurde, und ihr Hauptmerkmal ist "Shows you information about tags deployed using Signal Tag.".

Erweiterungsscreenshots

screenshot

Signal Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Signal Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Signal Inspector Signal Inspector
ID plhigdejmcnjiljpefhbcmllngmmjggp
Offizielle URL https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp
Beschreibung Shows you information about tags deployed using Signal Tag.
Dateigröße 299 KB
Installationsanzahl 1,130
Aktuelle Version 1.10.5
Letztes Update 2022-03-03
Veröffentlichungsdatum 2019-03-08
Bewertung 3.30/5 Insgesamt 10 Bewertungen
Entwickler BrightTag
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.signal.co
Unterstützte Sprachen 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",
        ""
    ]
}