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…”。
扩展截图
下载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 |
ID | ndaegamobipndngjlabdhacghfbpiljh |
官方URL | 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" } } |