EL - Metrics Debugger
EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction.
Что такое EL - Metrics Debugger?
EL - Metrics Debugger - это расширение Chrome, разработанное EchoLogyx Ltd, и его основная функция - "EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction.".
Снимки экрана расширения
Скачать файл CRX расширения EL - Metrics Debugger
Скачайте файлы расширений EL - Metrics Debugger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Want to check the metrics, goals, events for your experiments? Not sure if they are firing properly? Tired of going through the network tab and find the right calls? EchoLogyx Test Metrics Debugger allows you to check the goals and metrics – if they are firing at the right time, and with the right interaction. Simply, add the extension, enable it, visit the page where the test is live and see whether the metrics are firing or not. You can see the detailed information about the metrics that are being fired and what information is being passed to the testing tool within this extension. This will save you time and effort to check whether the metrics setup is working for your tests. Currently, this extension works with: 1. Convert 2. VWO 3. Optimizely 4. Adobe Target (mbox V1 and mbox V2) 5. Dynamic Yield 6. AB Tasty 7. Google Optimize / Analytics We are working to cover more A/B testing tools to easily check metrics and goals.
Основная информация о расширении
Название | EL - Metrics Debugger |
ID | gdhockfafegdppncfghinlphopjihgcg |
Официальный URL | https://chromewebstore.google.com/detail/el-metrics-debugger/gdhockfafegdppncfghinlphopjihgcg |
Описание | EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction. |
Размер файла | 1.01 MB |
Количество установок | 145 |
Текущая Версия | 2.3.2 |
Последнее Обновление | 2022-03-30 |
Дата публикации | 2022-03-29 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | EchoLogyx Ltd |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://echologyx.com |
URL страницы помощи | https://echologyx.com/feedback-el-metrics-debugger-chrome-extension/ |
URL страницы политики конфиденциальности | https://echologyx.com/about-us/privacy-policy |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EL - Metrics Debugger", "description": "EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction.", "version": "2.3.2", "manifest_version": 3, "icons": { "16": "images\/logo\/u14_16.png", "32": "images\/logo\/u14_32.png", "48": "images\/logo\/u14_48.png", "128": "images\/\/logo\/u14_128.png" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "webRequest", "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": [] } |