Tag Tracker
Collects and validates media's tags, as well displays the result into info pages
Τι είναι το Tag Tracker;
Το Tag Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raccoon Marketing Digital, και η κύρια λειτουργία του είναι "Collects and validates media's tags, as well displays the result into info pages".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tag Tracker
Λήψη αρχείων επέκτασης Tag Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The two main features of Tag Tracker are the collection and validation of tags. The extension presents the tags in two different places: console and modal. In the console (F12) the tags are shown in real time as they are triggered on the website. The validation done changes the color of the tags to green, red or orange. Green tags are 100% correct. The red ones have parameters that are missing or are not in compliance with the documentation and are fundamental to the functioning of the tag and the oranges have parameters that are missing or are not in conformity with the documentation, however they do not alter the functioning of the tag as much. In modal mode, the tags appear similarly to the console, but with fewer parameters per tag. Their arrangement occurs differently: they are shown by media group (Google Analytics, Facebook, Google Ads). In addition to the tags, the modal contains a filter page, where users can select which media they would like to see, and a report page where the information of the tags is concentrated in a summarized way, just showing the quantities of the tags in their respective states (right, wrong and alerted tags).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tag Tracker |
ID | mgmfcddmmmohghdobbpoomekfhhndien |
Επίσημο URL | https://chromewebstore.google.com/detail/tag-tracker/mgmfcddmmmohghdobbpoomekfhhndien |
Περιγραφή | Collects and validates media's tags, as well displays the result into info pages |
Μέγεθος Αρχείου | 1.12 MB |
Αριθμός Εγκαταστάσεων | 1,153 |
Τρέχουσα Έκδοση | 1.5.4 |
Τελευταία Ενημέρωση | 2021-04-18 |
Ημερομηνία Δημοσίευσης | 2020-05-06 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Raccoon Marketing Digital |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tag-tracker.raccoon.ag/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://tag-tracker.raccoon.ag/#help |
URL της Σελίδας Πολιτικής Απορρήτου | https://privacy-policy.raccoon.ag |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tag Tracker", "version": "1.5.4", "browser_action": { "default_popup": "index.html", "default_title": "Tag Tracker" }, "description": "Collects and validates media's tags, as well displays the result into info pages", "icons": { "16": "\/img\/logo_tt_16_16.png", "32": "\/img\/logo_tt_32_32.png", "128": "\/img\/logo_tt_128_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "minimum_chrome_version": "79.0.3945.88", "permissions": [ "activeTab", "webRequest", " |