Segment Debugger
A debugger tool helps to intercept segment events and display event properties
什么是Segment Debugger?
Segment Debugger是由Alex Urbano开发的Chrome扩展程序,该扩展的主要功能是“A debugger tool helps to intercept segment events and display event properties”。
扩展截图
下载Segment Debugger扩展crx文件
下载Segment Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily see and debug what events are being fired from your website to Segment. - Easy to read list of events. - Easy to read event properties, highlighting the most important ones. - Configure a custom domain in case you are using an event proxy. You can access this from you Chrome dev tools, in a new tab called "Segment" https://developer.chrome.com/docs/devtools/open/ by @Asgaroth
扩展基本信息
名称 | Segment Debugger |
ID | cfdcfcapahnfgmikhnigcpdnkfbaighi |
官方URL | https://chromewebstore.google.com/detail/segment-debugger/cfdcfcapahnfgmikhnigcpdnkfbaighi |
简介 | A debugger tool helps to intercept segment events and display event properties |
文件大小 | 64.84 KB |
安装次数 | 772 |
当前版本 | 0.0.5 |
更新时间 | 2021-10-05 |
上架时间 | 2021-09-23 |
评分 | 4.00/5 共2次评分 |
开发者 | Alex Urbano |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5", "short_name": "Segment", "name": "Segment Debugger", "description": "A debugger tool helps to intercept segment events and display event properties", "icons": { "16": "logo.png" }, "devtools_page": "devtools.html", "manifest_version": 3 } |