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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EL Metrics Debugger allows you to check the goals and metrics, if they are firing at the right time, and with the right interaction."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EL - Metrics Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": []
}