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
官方URL 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"
    ]
}