Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Wat is Interactive Tutorials for Google Analytics?
Interactive Tutorials for Google Analytics is een Chrome-extensie ontwikkeld door https://mytips.co, en de belangrijkste functie is "Learn Google Analytics Has Never Been Easier".
Extensie Screenshots
Download het CRX-bestand van de extensie Interactive Tutorials for Google Analytics
Download Interactive Tutorials for Google Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mhpneldcjjndiemjmgcbfnckefebeihk |
| Officiële URL | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
| Beschrijving | Learn Google Analytics Has Never Been Easier |
| Bestandsgrootte | 18.05 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2015-09-15 |
| Publicatiedatum | 2015-09-15 |
| Ontwikkelaar | https://mytips.co |
| Betalingswijze | free |
| Extensiewebsite | https://mytips.co |
| Help Pagina-URL | https://mytips.co |
| Ondersteunde Talen | 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"
]
} | |