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…
Co je Get Google Tag Manager Size?
Get Google Tag Manager Size je rozšíření Chrome vyvinuté https://metricasboss.com.br, a jeho hlavní funkcí je „This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Get Google Tag Manager Size
Stáhněte si soubory rozšíření Get Google Tag Manager Size ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
Oficiální URL | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Popis | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Velikost souboru | 547 KB |
Počet instalací | 2,274 |
Aktuální Verze | 2.1.1 |
Poslední Aktualizace | 2024-01-11 |
Datum Vydání | 2022-11-06 |
Hodnocení | 5.00/5 Celkem 39 Hodnocení |
Vývojář | https://metricasboss.com.br |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Podporované Jazyky | 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" } } |