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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |