dlPusher

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

Τι είναι το dlPusher;

Το dlPusher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TRKKN, και η κύρια λειτουργία του είναι "Built with GA4 testing and debugging in mind, dlPusher is a chrome extension for sending dataLayer pushes without pasting code".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης dlPusher

Λήψη αρχείων επέκτασης dlPusher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα dlPusher dlPusher
ID nlamkaocnhkimbphgfigilbdnglppblh
Επίσημο URL https://chromewebstore.google.com/detail/dlpusher/nlamkaocnhkimbphgfigilbdnglppblh
Περιγραφή Built with GA4 testing and debugging in mind, dlPusher is a chrome extension for sending dataLayer pushes without pasting code
Μέγεθος Αρχείου 56.75 KB
Αριθμός Εγκαταστάσεων 110
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-06-30
Ημερομηνία Δημοσίευσης 2023-06-22
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής TRKKN
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.trkkn.com/
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}