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…
O que é Get Google Tag Manager Size?
Get Google Tag Manager Size é uma extensão do Chrome desenvolvida por https://metricasboss.com.br, e sua principal característica é "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Get Google Tag Manager Size
Baixe arquivos de extensão Get Google Tag Manager Size no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
URL Oficial | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Descrição | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Tamanho do Arquivo | 547 KB |
Contagem de Instalações | 2,274 |
Versão Atual | 2.1.1 |
Última Atualização | 2024-01-11 |
Data de Publicação | 2022-11-06 |
Classificação | 5.00/5 Total de 39 Avaliações |
Desenvolvedor | https://metricasboss.com.br |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Idiomas Suportados | 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" } } |