Segment Inspector
Monitor all Segment activity on any website
Что такое Segment Inspector?
Segment Inspector - это расширение Chrome, разработанное Twilio Inc, и его основная функция - "Monitor all Segment activity on any website".
Снимки экрана расширения
Скачать файл CRX расширения Segment Inspector
Скачайте файлы расширений Segment Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Segment Inspector is the one-stop shop for inspecting Segment analytics integration with an app or website. From monitoring events, to exploring user's traits and all the way to checking active plugins and integrations.
Основная информация о расширении
Название | Segment Inspector |
ID | jfcbmnpfbhhlhfclmiijpldieboendfo |
Официальный URL | https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo |
Описание | Monitor all Segment activity on any website |
Размер файла | 9.11 MB |
Количество установок | 460 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-10-15 |
Дата публикации | 2023-10-15 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Twilio Inc |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://segment.com |
URL страницы политики конфиденциальности | https://www.twilio.com/legal/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Segment Inspector", "short_name": "Segment Inspector", "description": "Monitor all Segment activity on any website", "homepage_url": "https:\/\/segment.com", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": { "16": "icons\/icon16-greyed.png" }, "default_title": "Segment Inspector", "default_popup": "public\/popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |