GA4 Enhanced DebugView by Luratic

Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.

GA4 Enhanced DebugView by Luratic क्या है?

GA4 Enhanced DebugView by Luratic https://luratic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में GA4 Enhanced DebugView by Luratic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        DebugView Helper for Digital Analysts

The Google Analytics 4 (GA4) Enhanced DebugView by Luratic lets you to see all the params contained into an event at a glance.

Install the extension, visit the page where the Google Analytics 4 (GA4)/Firebase events timeline is showed, turn it on clicking over the extension icon and click whatever the event. It will be logged in the console.

You don't need to click over each param one by one and the values will not be truncated anymore.

GA4 DebugView Enhanced by Luratic Corp🦑, © 2022 Luratic
🌐 visit https://luratic.com
Powered by Datola Community🌊🍻
🌐 visit https://datola.es

Feito a man dende Galicia con moito amor e sentidiño 💙                    

एक्सटेंशन की मूल जानकारी

नाम GA4 Enhanced DebugView by Luratic GA4 Enhanced DebugView by Luratic
ID hgkkhcgpdigijpbclngegpckcabpjjej
आधिकारिक URL https://chromewebstore.google.com/detail/ga4-enhanced-debugview-by/hgkkhcgpdigijpbclngegpckcabpjjej
विवरण Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.
फ़ाइल का आकार 45.79 KB
स्थापना संख्या 1,570
वर्तमान संस्करण 0.31
अंतिम अपडेट 2022-09-02
प्रकाशन तिथि 2022-03-16
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://luratic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://luratic.com
गोपनीयता नीति पृष्ठ URL https://www.luratic.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GA4 Enhanced DebugView by Luratic",
    "description": "Prints on console all the params and their values when clicking over an event logged into the GA4\/Firebase DebugView\/Usersnapshot.",
    "version": "0.31",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/luratic16.png",
        "32": "\/images\/luratic32.png",
        "48": "\/images\/luratic48.png",
        "128": "\/images\/luratic128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/analytics.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "matches": [
            "https:\/\/analytics.google.com\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "\/images\/luratic16.png",
            "32": "\/images\/luratic32.png",
            "48": "\/images\/luratic48.png",
            "128": "\/images\/luratic128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/analytics.google.com\/*",
        "https:\/\/console.firebase.google.com\/*"
    ]
}