Signal Inspector
Shows you information about tags deployed using Signal Tag.
什么是Signal Inspector?
Signal Inspector是由BrightTag开发的Chrome扩展程序,该扩展的主要功能是“Shows you information about tags deployed using Signal Tag.”。
扩展截图
下载Signal Inspector扩展crx文件
下载Signal Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Signal Inspector |
ID | plhigdejmcnjiljpefhbcmllngmmjggp |
官方URL | https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp |
简介 | Shows you information about tags deployed using Signal Tag. |
文件大小 | 299 KB |
安装次数 | 1,130 |
当前版本 | 1.10.5 |
更新时间 | 2022-03-03 |
上架时间 | 2019-03-08 |
评分 | 3.30/5 共10次评分 |
开发者 | BrightTag |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.signal.co |
支持的语言 | 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", " |