Google Analytics Direct

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

What is Google Analytics Direct?

Google Analytics Direct is a Chrome extension developed by https://jacobbrunson.me, and its main feature is "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".

Extension Screenshots

screenshot

Download Google Analytics Direct Extension CRX File

Download Google Analytics Direct 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

                        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.                    

Extension Basic Information

Name Google Analytics Direct Google Analytics Direct
ID cpmbdpbeioaohfejfnjpkogfligjbkpd
Official URL https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd
Description Skips the annoying Google Analytics landing page and takes you directly to your dashboard
File Size 40.84 KB
Installation Count 158
Current Version 1.0
Last Updated 2015-07-25
Publish Date 2015-07-25
Rating 3.00/5 Total 1 Ratings
Developer https://jacobbrunson.me
Payment Type free
Supported Languages 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
}