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是由EchoLogyx Ltd開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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": [] } |