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 là gì?

Get Google Tag Manager Size là một tiện ích mở rộng Chrome được phát triển bởi https://metricasboss.com.br, và tính năng chính của nó là "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get Google Tag Manager Size

Tải xuống các tệp mở rộng Get Google Tag Manager Size dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get Google Tag Manager Size Get Google Tag Manager Size
ID ndaegamobipndngjlabdhacghfbpiljh
URL Chính Thức https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh
Mô tả This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…
Kích Thước Tệp 547 KB
Số Lần Cài Đặt 2,274
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2022-11-06
Đánh Giá 5.00/5 Tổng số 39 Đánh Giá
Nhà Phát Triển https://metricasboss.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}