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 to jest Get Google Tag Manager Size?

Get Google Tag Manager Size to rozszerzenie Chrome opracowane przez https://metricasboss.com.br, a jego główną funkcją jest „This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Get Google Tag Manager Size

Pobierz pliki rozszerzeń Get Google Tag Manager Size w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Get Google Tag Manager Size Get Google Tag Manager Size
ID ndaegamobipndngjlabdhacghfbpiljh
Oficjalny URL https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh
Opis This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…
Rozmiar pliku 547 KB
Liczba instalacji 2,274
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2024-01-11
Data Publikacji 2022-11-06
Ocena 5.00/5 Łącznie 39 Oceny
Deweloper https://metricasboss.com.br
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento
Obsługiwane Języki 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"
    }
}