Google Analytics Direct

Skips the annoying Google Analytics landing page and takes you directly to your dashboard

什么是Google Analytics Direct?

Google Analytics Direct是由https://jacobbrunson.me开发的Chrome扩展程序,该扩展的主要功能是“Skips the annoying Google Analytics landing page and takes you directly to your dashboard”。

扩展截图

screenshot

下载Google Analytics Direct扩展crx文件

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

扩展使用说明

                        Google Analytics has an annoying landing page where you must press "Sign Into Google Analytics" in order to get to your dashboard. This extension will automatically skip the landing page and take you directly to your dashboard.                    

扩展基本信息

名称 Google Analytics Direct Google Analytics Direct
ID cpmbdpbeioaohfejfnjpkogfligjbkpd
官方URL https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd
简介 Skips the annoying Google Analytics landing page and takes you directly to your dashboard
文件大小 40.84 KB
安装次数 158
当前版本 1.0
更新时间 2015-07-25
上架时间 2015-07-25
评分 3.00/5 共1次评分
开发者 https://jacobbrunson.me
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Analytics Direct",
    "version": "1.0",
    "description": "Skips the annoying Google Analytics landing page and takes you directly to your dashboard",
    "permissions": [
        "declarativeWebRequest",
        "*:\/\/www.google.com\/analytics\/"
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}