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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metricasboss.com.br และคุณลักษณะหลักของมันคือ "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Google Tag Manager Size
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |