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. 扩展基本信息
| 名称 | |
| 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"
]
} | |