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 |
| 官方網址 | 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"
]
} | |