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…
Wat is Get Google Tag Manager Size?
Get Google Tag Manager Size is een Chrome-extensie ontwikkeld door https://metricasboss.com.br, en de belangrijkste functie is "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".
Extensie Screenshots
Download het CRX-bestand van de extensie Get Google Tag Manager Size
Download Get Google Tag Manager Size-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
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.
Basisinformatie over de Extensie
Naam | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
Officiële URL | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Beschrijving | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Bestandsgrootte | 547 KB |
Aantal Installaties | 2,274 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2024-01-11 |
Publicatiedatum | 2022-11-06 |
Beoordeling | 5.00/5 Totaal 39 Beoordelingen |
Ontwikkelaar | https://metricasboss.com.br |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Ondersteunde Talen | 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" } } |