Signal Inspector
Shows you information about tags deployed using Signal Tag.
Vad är Signal Inspector?
Signal Inspector är en Chrome-tillägg utvecklad av BrightTag, och dess huvudfunktion är "Shows you information about tags deployed using Signal Tag.".
Tilläggsskärmbilder
Ladda ner Signal Inspector-förlängningens CRX-fil
Ladda ner Signal Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Signal Inspector |
ID | plhigdejmcnjiljpefhbcmllngmmjggp |
Officiell webbadress | https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp |
Beskrivning | Shows you information about tags deployed using Signal Tag. |
Filstorlek | 299 KB |
Antal Installationer | 1,130 |
Aktuell Version | 1.10.5 |
Senast Uppdaterad | 2022-03-03 |
Publiceringsdatum | 2019-03-08 |
Betyg | 3.30/5 Totalt 10 Betyg |
Utvecklare | BrightTag |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.signal.co |
Stödda Språk | 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", " |