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" } } |