WebExtension.net
WebExtension.net

Google Analytics Debugger

View on Chrome Web Store
View Google Analytics Debugger Chrome Extension on Chrome Web Store
4.2 (534 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript.
Type
Extension
Users
600,000 users
Google Analytics
View author page of Google Analytics
Published
Published on August 25, 2010
Version 2.8
Manifest version
2
Updated
Updated on September 3, 2019
View on Chrome Web Store
View Google Analytics Debugger Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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"
        ]
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top