[DEPRECATED] Tag Assistant Legacy
This extension is no longer supported.
Τι είναι το [DEPRECATED] Tag Assistant Legacy;
Το [DEPRECATED] Tag Assistant Legacy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Google, και η κύρια λειτουργία του είναι "This extension is no longer supported.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης [DEPRECATED] Tag Assistant Legacy
Λήψη αρχείων επέκτασης [DEPRECATED] Tag Assistant Legacy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Please use the new Tag Assistant and its companion extension to verify and troubleshoot tagging for Google tag (gtag.js) and Google Tag Manager installations for Google Analytics, Google Ads, and more. Tag Assistant helps to troubleshoot installation of various Google tags including Google Analytics, Google Tag Manager and more. Tag Assistant helps you verify that you have installed various Google tags correctly on your page. Just navigate to any page and Tag Assistant will tell you which tags are present, report any errors we find and suggest improvements that can be made to your implementation. Most Google tags are checked including Google Analytics, Adwords Conversion Tracking, Google Tag Manager and more. Use Google Tag Assistant Recording to record a typical user flow to and through your website and instantly validate, diagnose, and troubleshoot issues with your Google Analytics implementation. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Βασικές Πληροφορίες Επέκτασης
Όνομα | [DEPRECATED] Tag Assistant Legacy |
ID | kejbdjndbnbjgmefkgdddjlbokphdefk |
Επίσημο URL | https://chromewebstore.google.com/detail/deprecated-tag-assistant/kejbdjndbnbjgmefkgdddjlbokphdefk |
Περιγραφή | This extension is no longer supported. |
Μέγεθος Αρχείου | 866 KB |
Αριθμός Εγκαταστάσεων | 2,790,920 |
Τρέχουσα Έκδοση | 23.285.0 |
Τελευταία Ενημέρωση | 2023-10-14 |
Ημερομηνία Δημοσίευσης | 2020-03-23 |
Αξιολόγηση | 4.05/5 Συνολικά 1163 Αξιολογήσεις |
Προγραμματιστής | |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://support.google.com/tagassistant |
Διεύθυνση URL της Σελίδας Βοήθειας | https://plus.google.com/u/2/communities/105448214237192581344 |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.google.com/intl/en/policies/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "[DEPRECATED] Tag Assistant Legacy", "short_name": "[DEPRECATED] Tag Assistant Legacy", "description": "This extension is no longer supported.", "manifest_version": 2, "minimum_chrome_version": "10.0", "version": "23.285.0", "icons": { "16": "images\/product-icon\/tag_assistant-16.png", "48": "images\/product-icon\/tag_assistant-48.png", "128": "images\/product-icon\/tag_assistant-128.png" }, "browser_action": { "default_icon": { "19": "images\/product-icon\/tag_assistant-19.png", "48": "images\/product-icon\/tag_assistant-48.png" }, "default_popup": "popup2.html", "default_title": "[DEPRECATED] Tag Assistant Legacy" }, "background": { "scripts": [ "background_compiled.js", "api\/legacy_background_script_bin.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "tag_assistant_compiled.js" ], "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self';", "oauth2": { "client_id": "374153995138-mpt4onsdkdnbe16q1eft9jol53utbcj7.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/analytics.readonly", "https:\/\/www.googleapis.com\/auth\/content" ] }, "options_page": "options.html", "permissions": [ "identity", "storage", "tabs", "webNavigation", "webRequestBlocking", "webRequest", "http:\/\/*\/", "https:\/\/*\/" ], "optional_permissions": [ "management" ], "web_accessible_resources": [ "api\/tag_assistant_api_bin.js" ], "externally_connectable": { "matches": [ "https:\/\/*.google.com\/*" ] } } |