Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Interactive Tutorials for Google Analyticsとは何ですか?
Interactive Tutorials for Google Analyticsはhttps://mytips.coによって開発されたChromeの拡張機能で、その主な機能は「Learn Google Analytics Has Never Been Easier」です。
拡張機能のスクリーンショット
Interactive Tutorials for Google Analytics拡張機能のCRXファイルをダウンロード
Interactive Tutorials for Google Analytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn by doing. Interactive on-screen tutorials are the fastest way to learn Google Analytics just within your account. Simply install this extension and go to your GA dashboard. In the left-bottom corner, you'll find a question mark and all the tutorials that will answer your questions and help you become Google Analytics Pro.
拡張機能の基本情報
名前 | Interactive Tutorials for Google Analytics |
ID | mhpneldcjjndiemjmgcbfnckefebeihk |
公式URL | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
説明 | Learn Google Analytics Has Never Been Easier |
ファイルサイズ | 18.05 KB |
インストール数 | 56 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-09-15 |
公開日 | 2015-09-15 |
開発者 | https://mytips.co |
支払い方法 | free |
拡張機能のウェブサイト | https://mytips.co |
ヘルプページのURL | https://mytips.co |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Interactive Tutorials for Google Analytics", "description": "Learn Google Analytics Has Never Been Easier", "version": "1.0.2", "background": { "persistent": true, "page": "background.html" }, "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/19-icon.png", "38": "images\/19-icon.png", "128": "images\/128-ico.png" }, "web_accessible_resources": [ "widget.js" ] } |