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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |