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…

什麼是Get Google Tag Manager Size?

Get Google Tag Manager Size是由https://metricasboss.com.br開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…”。

擴展截圖

screenshot
screenshot

下載Get Google Tag Manager Size擴展crx文件

下載Get Google Tag Manager Size擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Get Google Tag Manager Size Get Google Tag Manager Size
ID ndaegamobipndngjlabdhacghfbpiljh
官方網址 https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh
簡介 This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…
檔案大小 547 KB
安裝次數 2,274
目前版本 2.1.1
更新時間 2024-01-11
上架時間 2022-11-06
評分 5.00/5 共 39 次評分
開發者 https://metricasboss.com.br
電子郵箱 [email protected]
付費類型 free
擴展官網 https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento
支援的語言 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"
    }
}