Google Analytics Dashboard

Chome Extension to view Google Analytics as a Dashboard

什么是Google Analytics Dashboard?

Google Analytics Dashboard是由morgen32开发的Chrome扩展程序,该扩展的主要功能是“Chome Extension to view Google Analytics as a Dashboard”。

扩展截图

screenshot

下载Google Analytics Dashboard扩展crx文件

下载Google Analytics Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Google Analytics Dashboard Google Analytics Dashboard
ID immllndknpmnnllfclccdekjfeflohoc
官方URL https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc
简介 Chome Extension to view Google Analytics as a Dashboard
文件大小 104 KB
安装次数 333
当前版本 1.0.2
更新时间 2016-07-26
上架时间 2016-07-26
评分 5.00/5 共1次评分
开发者 morgen32
付费类型 free
扩展官网 https://github.com/nicohabets/google-analytics-dashboard
支持的语言 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"
            ]
        }
    ]
}