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 |
Eメール | [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" } } |