Signal Inspector

Shows you information about tags deployed using Signal Tag.

Qu'est-ce que Signal Inspector ?

Signal Inspector est une extension Chrome développée par BrightTag, et sa fonction principale est "Shows you information about tags deployed using Signal Tag.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Signal Inspector

Téléchargez les fichiers d'extension Signal Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Signal Inspector Signal Inspector
ID plhigdejmcnjiljpefhbcmllngmmjggp
URL Officiel https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp
Description Shows you information about tags deployed using Signal Tag.
Taille du Fichier 299 KB
Nombre d'Installations 1,130
Version Actuelle 1.10.5
Dernière Mise à Jour 2022-03-03
Date de Publication 2019-03-08
Évaluation 3.30/5 Total 10 Évaluations
Développeur BrightTag
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.signal.co
Langues Prises en Charge 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",
        ""
    ]
}