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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the size in KB of the Google Tag Manager container in browser, is used for monitoring containers and measuring…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get Google Tag Manager Size एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |