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.

O que é GA4 Enhanced DebugView by Luratic?

GA4 Enhanced DebugView by Luratic é uma extensão do Chrome desenvolvida por https://luratic.com, e sua principal característica é "Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GA4 Enhanced DebugView by Luratic

Baixe arquivos de extensão GA4 Enhanced DebugView by Luratic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 💙                    

Informações Básicas da Extensão

Nome GA4 Enhanced DebugView by Luratic GA4 Enhanced DebugView by Luratic
ID hgkkhcgpdigijpbclngegpckcabpjjej
URL Oficial https://chromewebstore.google.com/detail/ga4-enhanced-debugview-by/hgkkhcgpdigijpbclngegpckcabpjjej
Descrição Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.
Tamanho do Arquivo 45.79 KB
Contagem de Instalações 1,570
Versão Atual 0.31
Última Atualização 2022-09-02
Data de Publicação 2022-03-16
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://luratic.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://luratic.com
URL da Página de Política de Privacidade https://www.luratic.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}