Vizanda for Google Analytics

Answers "Why?" in Google Analytics

什麼是Vizanda for Google Analytics?

Vizanda for Google Analytics是由http://vizanda.com開發的Chrome擴展程式,該擴展的主要功能是“Answers "Why?" in Google Analytics”。

擴展截圖

screenshot
screenshot
screenshot

下載Vizanda for Google Analytics擴展crx文件

下載Vizanda for Google Analytics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Lots of Google Analytics reports show what's happening on your site. None of them answers the hardest question: "Why?"

Vizanda shows *why* your site's traffic is up or down today.

This free extension summarizes what you need to know: which traffic sources, content, locations, user types, and more are driving your site's performance. Analyze in seconds right at the top of GA—and when you're not in GA, insights are a glance and click away.                    

擴展基本資訊

名稱 Vizanda for Google Analytics Vizanda for Google Analytics
ID bfnemkegaiacnkiffobahkjniaaahdda
官方網址 https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda
簡介 Answers "Why?" in Google Analytics
檔案大小 137 KB
安裝次數 311
目前版本 1.0.8
更新時間 2018-06-19
上架時間 2018-06-19
評分 4.60/5 共 15 次評分
開發者 http://vizanda.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vizanda.com/
隱私政策頁面URL https://vizanda.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vizanda for Google Analytics",
    "short_name": "vizanda-ga",
    "description": "Answers \"Why?\" in Google Analytics",
    "version": "1.0.8",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/static.vizanda.com; object-src 'self'",
    "browser_action": {
        "default_title": "Open Google Analytics",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/analytics.google.com\/*",
        "webNavigation"
    ]
}