Signal Inspector
Shows you information about tags deployed using Signal Tag.
Wat is Signal Inspector?
Signal Inspector is een Chrome-extensie ontwikkeld door BrightTag, en de belangrijkste functie is "Shows you information about tags deployed using Signal Tag.".
Extensie Screenshots
Download het CRX-bestand van de extensie Signal Inspector
Download Signal Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Signal Inspector |
ID | plhigdejmcnjiljpefhbcmllngmmjggp |
Officiële URL | https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp |
Beschrijving | Shows you information about tags deployed using Signal Tag. |
Bestandsgrootte | 299 KB |
Aantal Installaties | 1,130 |
Huidige Versie | 1.10.5 |
Laatst Bijgewerkt | 2022-03-03 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 3.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | BrightTag |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.signal.co |
Ondersteunde Talen | 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", " |