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 |
官方網址 | 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", " |