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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |