TAGLAB - Analytics & Datalayer Console Viewer

Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.

Τι είναι το TAGLAB - Analytics & Datalayer Console Viewer;

Το TAGLAB - Analytics & Datalayer Console Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://taglab.net, και η κύρια λειτουργία του είναι "Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TAGLAB - Analytics & Datalayer Console Viewer

Λήψη αρχείων επέκτασης TAGLAB - Analytics & Datalayer Console Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Accelerate your website's analytics and marketing tag auditing with TAGLAB's powerful Chrome extension. TAGLAB empowers digital marketers and developers to effortlessly inspect and QA analytics tags, marketing tags, conversion pixels, and data layer variables for comprehensive data auditing and tag monitoring. Seamlessly detect firing tags and data layer JS objects, along with their parameter values, with precision and efficiency.

Key Features:

- View firing tags and taxonomy of data object variables updated by page load and click events
- Record scenarios for repeated testing
- Crawl entire websites to detect all firing tags and data layers across all pages
- Customize tag visibility by hiding default supported tags and data layer objects, and defining new ones as needed
- Download audit data in convenient CSV format for further analysis


How to Use TAGLAB Extension:

After installation, simply right-click on your browser and select "Inspect".
Navigate to the TAGLAB tab within the developer console.
Start browsing your website to capture firing tags and data layer values.
Optionally, crawl the website or record specific interaction scenarios to capture interactions on XPath, CSS, other html elements, and commands (Selenium IDE).

This chrome extension seamlessly supports a wide array of main vendors and custom technologies, which can be defined manually by users for comprehensive tag monitoring. 

For additional supported technologies, feedback, or inquiries, please don't hesitate to contact us. 

Experience enhanced efficiency and assurance in data integrity with TAGLAB – your ultimate solution for analytics and marketing tag auditing on Google Chrome.                    

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

Όνομα TAGLAB - Analytics & Datalayer Console Viewer TAGLAB - Analytics & Datalayer Console Viewer
ID kfenlfbjdpdgblnoabpdehlabodakbmp
Επίσημο URL https://chromewebstore.google.com/detail/taglab-analytics-datalaye/kfenlfbjdpdgblnoabpdehlabodakbmp
Περιγραφή Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.
Μέγεθος Αρχείου 693 KB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 1.3.3
Τελευταία Ενημέρωση 2024-03-02
Ημερομηνία Δημοσίευσης 2023-06-01
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://taglab.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://taglab.net
Διεύθυνση URL της Σελίδας Βοήθειας https://taglab.net/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://taglab.net/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAGLAB - Analytics & Datalayer Console Viewer",
    "version": "1.3.3",
    "description": "Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "devtools_page": "devtools.html",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "incognito": "split",
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon-48x48.png",
        "default_title": "TAGLAB",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' "
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/inject.js",
                "content\/recorder_inject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ]
}