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
官方網址 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
}