Google Analytics Dashboard

Chome Extension to view Google Analytics as a Dashboard

What is Google Analytics Dashboard?

Google Analytics Dashboard is a Chrome extension developed by morgen32, and its main feature is "Chome Extension to view Google Analytics as a Dashboard".

Extension Screenshots

screenshot

Download Google Analytics Dashboard Extension CRX File

Download Google Analytics Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.                    

Extension Basic Information

Name Google Analytics Dashboard Google Analytics Dashboard
ID immllndknpmnnllfclccdekjfeflohoc
Official URL https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc
Description Chome Extension to view Google Analytics as a Dashboard
File Size 104 KB
Installation Count 333
Current Version 1.0.2
Last Updated 2016-07-26
Publish Date 2016-07-26
Rating 5.00/5 Total 1 Ratings
Developer morgen32
Payment Type free
Extension Website https://github.com/nicohabets/google-analytics-dashboard
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Analytics Dashboard",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Chome Extension to view Google Analytics as a Dashboard",
    "homepage_url": "https:\/\/github.com\/nicohabets\/google-analytics-dashboard",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Google Analytics Theme"
    },
    "permissions": [
        "contentSettings",
        "https:\/\/analytics.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/analytics.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}