Get Google Tag Manager Size
This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…
Was ist Get Google Tag Manager Size?
Get Google Tag Manager Size ist eine Chrome-Erweiterung, die von https://metricasboss.com.br entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".
Erweiterungsscreenshots
Get Google Tag Manager Size-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Google Tag Manager Size-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring the impact of Google Tag Manager loading on websites Furthermore, a detailed view estimates the number of tags, variables and triggers within the container.
Grundlegende Informationen zur Erweiterung
Name | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
Offizielle URL | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Beschreibung | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Dateigröße | 547 KB |
Installationsanzahl | 2,274 |
Aktuelle Version | 2.1.1 |
Letztes Update | 2024-01-11 |
Veröffentlichungsdatum | 2022-11-06 |
Bewertung | 5.00/5 Insgesamt 39 Bewertungen |
Entwickler | https://metricasboss.com.br |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Google Tag Manager Size", "version": "2.1.1", "manifest_version": 3, "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "performance.js" ] } ], "action": { "default_title": "Get Google Tag Manager Size", "default_icon": { "16": "icon-16x16.png", "38": "icon-38x38.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon-16x16.png", "38": "icon-38x38.png", "48": "icon-48x48.png", "128": "icon-128x128.png" } } |