Google Analytics Debugger

Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript.

Google Analytics Debugger क्या है?

Google Analytics Debugger Google Analytics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Analytics Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension loads the debug version of the Google Analytics Javascript for all sites you browse using Google Chrome.  It prints useful information to the Javascript console.  These messages include error messages and warnings which can tell you when your analytics tracking code is set up incorrectly.  In addition, it provides a detailed breakdown of each tracking beacon sent to Google Analytics.

To use this extension, You need to follow three steps: 

1. Turn it on by clicking its icon to the right of the address bar.  
2. Open the Chrome Javascript console to see the messages.
        On Windows and Linux, press Control-Shift-J.
        On Mac, press Command-Option-J.
3. Refresh the page you are on. 

By installing this extension, you agree to the Chrome Gallery Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html

You can ask questions about the plugin and report bugs at [email protected]

New in this version: 
- Added support for Universal Analytics.
- Fixed some bugs.                    

एक्सटेंशन की मूल जानकारी

नाम Google Analytics Debugger Google Analytics Debugger
ID jnkmfdileelhofjcijamephohjechhna
आधिकारिक URL https://chromewebstore.google.com/detail/google-analytics-debugger/jnkmfdileelhofjcijamephohjechhna
विवरण Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript.
फ़ाइल का आकार 28.88 KB
स्थापना संख्या 643,277
वर्तमान संस्करण 2.8
अंतिम अपडेट 2019-09-03
प्रकाशन तिथि 2019-09-03
रेटिंग 4.18/5 कुल 535 रेटिंग्स
डेवलपर Google Analytics
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html
सहायता पृष्ठ URL http://www.google.com/support/forum/p/Google+Analytics
गोपनीयता नीति पृष्ठ URL https://policies.google.com/privacy?hl=en-US
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Analytics Debugger",
    "description": "Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "version": "2.8",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "GA Debug: OFF",
        "default_icon": {
            "16": "icon-off-16.png",
            "32": "icon-off-32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}