dlPusher

Built with GA4 testing and debugging in mind, dlPusher is a chrome extension for sending dataLayer pushes without pasting code

O que é dlPusher?

dlPusher é uma extensão do Chrome desenvolvida por TRKKN, e sua principal característica é "Built with GA4 testing and debugging in mind, dlPusher is a chrome extension for sending dataLayer pushes without pasting code".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão dlPusher

Baixe arquivos de extensão dlPusher 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

                        dlPusher speeds up your Google Analytics 4 testing and debugging by allowing you to easily push ecommerce and custom events to the dataLayer without manual copying and pasting code snippets. 

The plugin is ideal for users who want to test how GA4 reports on various events but have not yet added their own dataLayer pushes to the website source code. It is also ideal for users who want to test out how their tags are behaving but cannot easily execute events which require a credit card e.g. purchase events.

You can also download a CSV of all the events you have pushed enabling you to check the data you have sent against your GA4 reports.                    

Informações Básicas da Extensão

Nome dlPusher dlPusher
ID nlamkaocnhkimbphgfigilbdnglppblh
URL Oficial https://chromewebstore.google.com/detail/dlpusher/nlamkaocnhkimbphgfigilbdnglppblh
Descrição Built with GA4 testing and debugging in mind, dlPusher is a chrome extension for sending dataLayer pushes without pasting code
Tamanho do Arquivo 56.75 KB
Contagem de Instalações 110
Versão Atual 1.0.0
Última Atualização 2023-06-30
Data de Publicação 2023-06-22
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor TRKKN
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.trkkn.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dlPusher",
    "description": "Built with GA4 testing and debugging in mind, dlPusher is a chrome extension for sending dataLayer pushes without pasting code",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "ids": [
            "gefiogkbemljmnkkjifnhlefjmllphop"
        ]
    },
    "icons": {
        "16": "dlpusher_icon_16x16.png",
        "48": "dlpusher_icon_48x48.png",
        "128": "dlpusher_icon_128x128_alt.png"
    },
    "action": {
        "default_title": "dLPusher",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}