Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Google Analytics Dashboardとは何ですか?
Google Analytics Dashboardはmorgen32によって開発されたChromeの拡張機能で、その主な機能は「Chome Extension to view Google Analytics as a Dashboard」です。
拡張機能のスクリーンショット
Google Analytics Dashboard拡張機能のCRXファイルをダウンロード
Google Analytics Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
拡張機能の基本情報
名前 | |
ID | immllndknpmnnllfclccdekjfeflohoc |
公式URL | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
説明 | Chome Extension to view Google Analytics as a Dashboard |
ファイルサイズ | 104 KB |
インストール数 | 333 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-07-26 |
公開日 | 2016-07-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | morgen32 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nicohabets/google-analytics-dashboard |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics Dashboard", "version": "1.0.2", "manifest_version": 2, "description": "Chome Extension to view Google Analytics as a Dashboard", "homepage_url": "https:\/\/github.com\/nicohabets\/google-analytics-dashboard", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Google Analytics Theme" }, "permissions": [ "contentSettings", "https:\/\/analytics.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |