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…
Qu'est-ce que Get Google Tag Manager Size ?
Get Google Tag Manager Size est une extension Chrome développée par https://metricasboss.com.br, et sa fonction principale est "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Get Google Tag Manager Size
Téléchargez les fichiers d'extension Get Google Tag Manager Size au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
URL Officiel | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Description | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Taille du Fichier | 547 KB |
Nombre d'Installations | 2,274 |
Version Actuelle | 2.1.1 |
Dernière Mise à Jour | 2024-01-11 |
Date de Publication | 2022-11-06 |
Évaluation | 5.00/5 Total 39 Évaluations |
Développeur | https://metricasboss.com.br |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Langues Prises en Charge | 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" } } |