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…
Cos'è Get Google Tag Manager Size?
Get Google Tag Manager Size è un'estensione di Chrome sviluppata da https://metricasboss.com.br, e la sua funzione principale è "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Google Tag Manager Size
Scarica i file di estensione Get Google Tag Manager Size in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
URL Ufficiale | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Descrizione | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Dimensione del File | 547 KB |
Conteggio Installazioni | 2,274 |
Versione Corrente | 2.1.1 |
Ultimo Aggiornamento | 2024-01-11 |
Data di Pubblicazione | 2022-11-06 |
Valutazione | 5.00/5 Totale 39 Valutazioni |
Sviluppatore | https://metricasboss.com.br |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Lingue Supportate | 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" } } |