GTM Analyzer

simply track your GTM requests

What is GTM Analyzer?

GTM Analyzer is a Chrome extension developed by ibatta, and its main feature is "simply track your GTM requests".

Extension Screenshots

screenshot
screenshot
screenshot

Download GTM Analyzer Extension CRX File

Download GTM Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension to simply track and analyze your GA/GTM requests.
Easily Track your GTM requests. you just need to click F12 and navigate to GTM analyzer tab from Development tools                    

Extension Basic Information

Name GTM Analyzer GTM Analyzer
ID ilnfchepijhkabokmioefeeoaidlifdp
Official URL https://chromewebstore.google.com/detail/gtm-analyzer/ilnfchepijhkabokmioefeeoaidlifdp
Description simply track your GTM requests
File Size 41.99 KB
Installation Count 382
Current Version 1.4.2
Last Updated 2023-03-27
Publish Date 2019-10-24
Rating 5.00/5 Total 4 Ratings
Developer ibatta
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTM Analyzer",
    "version": "1.4.2",
    "manifest_version": 3,
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "clearLog_icon": "clearLogs.png",
        "default_popup": "popup.html"
    },
    "description": "simply track your GTM requests",
    "minimum_chrome_version": "93.0",
    "devtools_page": "devtools.html",
    "permissions": [
        "tabs"
    ]
}