Signal Inspector
Shows you information about tags deployed using Signal Tag.
Signal Inspector là gì?
Signal Inspector là một tiện ích mở rộng Chrome được phát triển bởi BrightTag, và tính năng chính của nó là "Shows you information about tags deployed using Signal Tag.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Signal Inspector
Tải xuống các tệp mở rộng Signal Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Signal Inspector |
ID | plhigdejmcnjiljpefhbcmllngmmjggp |
URL Chính Thức | https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp |
Mô tả | Shows you information about tags deployed using Signal Tag. |
Kích Thước Tệp | 299 KB |
Số Lần Cài Đặt | 1,130 |
Phiên Bản Hiện Tại | 1.10.5 |
Cập Nhật Lần Cuối | 2022-03-03 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.30/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | BrightTag |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.signal.co |
Ngôn Ngữ Được Hỗ Trợ | 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", " |