Signal Inspector
Shows you information about tags deployed using Signal Tag.
What is Signal Inspector?
Signal Inspector is a Chrome extension developed by BrightTag, and its main feature is "Shows you information about tags deployed using Signal Tag.".
Extension Screenshots
Download Signal Inspector Extension CRX File
Download Signal Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Signal Inspector |
ID | plhigdejmcnjiljpefhbcmllngmmjggp |
Official URL | https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp |
Description | Shows you information about tags deployed using Signal Tag. |
File Size | 299 KB |
Installation Count | 1,130 |
Current Version | 1.10.5 |
Last Updated | 2022-03-03 |
Publish Date | 2019-03-08 |
Rating | 3.30/5 Total 10 Ratings |
Developer | BrightTag |
[email protected] | |
Payment Type | free |
Extension Website | http://www.signal.co |
Supported Languages | 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", " |