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」です。
拡張機能のスクリーンショット
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 |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
公式URL | 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 } |