GTM Analyzer
simply track your GTM requests
Wat is GTM Analyzer?
GTM Analyzer is een Chrome-extensie ontwikkeld door ibatta, en de belangrijkste functie is "simply track your GTM requests".
Extensie Screenshots
Download het CRX-bestand van de extensie GTM Analyzer
Download GTM Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ilnfchepijhkabokmioefeeoaidlifdp |
| Officiële URL | https://chromewebstore.google.com/detail/gtm-analyzer/ilnfchepijhkabokmioefeeoaidlifdp |
| Beschrijving | simply track your GTM requests |
| Bestandsgrootte | 41.99 KB |
| Aantal Installaties | 382 |
| Huidige Versie | 1.4.2 |
| Laatst Bijgewerkt | 2023-03-27 |
| Publicatiedatum | 2019-10-24 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | ibatta |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |