Segment Debugger
A debugger tool helps to intercept segment events and display event properties
Vad är Segment Debugger?
Segment Debugger är en Chrome-tillägg utvecklad av Alex Urbano, och dess huvudfunktion är "A debugger tool helps to intercept segment events and display event properties".
Tilläggsskärmbilder
Ladda ner Segment Debugger-förlängningens CRX-fil
Ladda ner Segment Debugger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Segment Debugger |
ID | cfdcfcapahnfgmikhnigcpdnkfbaighi |
Officiell webbadress | https://chromewebstore.google.com/detail/segment-debugger/cfdcfcapahnfgmikhnigcpdnkfbaighi |
Beskrivning | A debugger tool helps to intercept segment events and display event properties |
Filstorlek | 64.84 KB |
Antal Installationer | 772 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2021-10-05 |
Publiceringsdatum | 2021-09-23 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Alex Urbano |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |