WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LeoMeasure - DataLayer Checker & GTM Inspector

LeoMeasure - DataLayer Checker & GTM Inspector

View on Chrome Web Store
View LeoMeasure - DataLayer Checker & GTM Inspector Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (49 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Preview GTM dataLayer, debug with GTM inject, and fix Shopify Custom Pixel preview issues.
Type
Extension
Users
649 users
14
Website leomeasure.com
Md Hasanuzzaman (LeoMeasure)
View author page of Md Hasanuzzaman (LeoMeasure)
Published
Published on July 8, 2025
Version 1.2.0
Manifest version
3
Updated
Updated on July 17, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LeoMeasure - DataLayer Checker & GTM Inspector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeoMeasure - DataLayer Checker & GTM Inspector",
    "description": "Preview GTM dataLayer, debug with GTM inject, and fix Shopify Custom Pixel preview issues.",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/www.googletagmanager.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top