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".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Segment Debugger

Скачайте файлы расширений 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 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
}