Tag Helper for Google™

Install tag helper for Google ™ chrome extension and easily troubleshoot any issue with tags.

Τι είναι το Tag Helper for Google™;

Το Tag Helper for Google™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gtaghelper, και η κύρια λειτουργία του είναι "Install tag helper for Google ™ chrome extension and easily troubleshoot any issue with tags.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tag Helper for Google™

Λήψη αρχείων επέκτασης Tag Helper for Google™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tag Helper for Google ™ Chrome extension helps you find troubleshoot issues with tags, such as Analytics, AdWords, and others. It provides real-time information on all the available tags on the webpage.  

 

How to Use? 

Install the extension by clicking on the Chrome web store 

Navigate to a webpage on which you have installed Google tags. 

Click on the extension icon in the Chrome toolbar  

The extension will display all the available tags  

 

FAQs  

>>1. What is Tag assistance and what does it do? 

Tag manager is a Chrome browser extension that helps users troubleshoot and verify the installation and functionality of various tracking tags, such as Google Analytics, AdWords, and others. It provides real-time information on all the available tags on a webpage and helps identify issues that may prevent tags from working correctly. 

>> 2. How do I use it? 

After installing the extension, navigate to a webpage on which you have installed tags. Click on the extension icon in the Chrome toolbar and the extension will display all the available tags on the webpage. You can then use the extension to troubleshoot any issues with the tags. 

>> 3. Does it work with all types of Google tags? 

Yse it is is designed to work with various tracking tags, including Analytics, AdWords and others.   


This extension is independent and not affiliated, endorsed, or sponsored by Google Inc                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tag Helper for Google™ Tag Helper for Google™
ID gcjhbokgmkpkkkecfokpkmnihibhnmli
Επίσημο URL https://chromewebstore.google.com/detail/tag-helper-for-google/gcjhbokgmkpkkkecfokpkmnihibhnmli
Περιγραφή Install tag helper for Google ™ chrome extension and easily troubleshoot any issue with tags.
Μέγεθος Αρχείου 61.14 KB
Αριθμός Εγκαταστάσεων 438
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-07-30
Ημερομηνία Δημοσίευσης 2023-03-29
Προγραμματιστής gtaghelper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tag Helper for Google\u2122",
    "version": "1.2",
    "description": "Install tag helper for Google \u2122 chrome extension and easily troubleshoot any issue with tags.",
    "action": {
        "default_title": "Tag Helper for Google\u2122",
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/Icons\/Icon16.png",
            "32": ".\/Icons\/Icon32.png",
            "64": ".\/Icons\/Icon64.png",
            "128": ".\/Icons\/Icon128.png",
            "2000": ".\/Icons\/Icon2000.png"
        }
    },
    "icons": {
        "16": ".\/Icons\/Icon16.png",
        "32": ".\/Icons\/Icon32.png",
        "64": ".\/Icons\/Icon64.png",
        "128": ".\/Icons\/Icon128.png",
        "2000": ".\/Icons\/Icon2000.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "gcm",
        "scripting"
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "Images\/*",
                "Logo\/*",
                "styles\/*",
                "Icons\/*"
            ]
        }
    ],
    "manifest_version": 3
}