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…
Apa itu Get Google Tag Manager Size?
Get Google Tag Manager Size adalah ekstensi Chrome yang dikembangkan oleh https://metricasboss.com.br, dan fitur utamanya adalah "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get Google Tag Manager Size
Unduh file ekstensi Get Google Tag Manager Size dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Get Google Tag Manager Size |
ID | ndaegamobipndngjlabdhacghfbpiljh |
URL Resmi | https://chromewebstore.google.com/detail/get-google-tag-manager-si/ndaegamobipndngjlabdhacghfbpiljh |
Deskripsi | This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring… |
Ukuran File | 547 KB |
Jumlah Instalasi | 2,274 |
Versi Saat Ini | 2.1.1 |
Terakhir Diperbarui | 2024-01-11 |
Tanggal Publikasi | 2022-11-06 |
Penilaian | 5.00/5 Total 39 Penilaian |
Pengembang | https://metricasboss.com.br |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://metricasboss.com.br/artigos/google-tag-manager-vai-deixar-o-meu-site-lento |
Bahasa yang Didukung | 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" } } |