Segment Debugger
A debugger tool helps to intercept segment events and display event properties
ما هو Segment Debugger؟
Segment Debugger هو إضافة Chrome تم تطويرها بواسطة Alex Urbano، والميزة الرئيسية لها هي "A debugger tool helps to intercept segment events and display event properties".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Segment Debugger
قم بتنزيل ملفات الامتداد Segment Debugger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |