Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Qu'est-ce que Interactive Tutorials for Google Analytics ?
Interactive Tutorials for Google Analytics est une extension Chrome développée par https://mytips.co, et sa fonction principale est "Learn Google Analytics Has Never Been Easier".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Interactive Tutorials for Google Analytics
Téléchargez les fichiers d'extension Interactive Tutorials for Google Analytics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Interactive Tutorials for Google Analytics |
ID | mhpneldcjjndiemjmgcbfnckefebeihk |
URL Officiel | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
Description | Learn Google Analytics Has Never Been Easier |
Taille du Fichier | 18.05 KB |
Nombre d'Installations | 56 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-09-15 |
Date de Publication | 2015-09-15 |
Développeur | https://mytips.co |
Type de Paiement | free |
Site Web de l'Extension | https://mytips.co |
URL de la Page d'Aide | https://mytips.co |
Langues Prises en Charge | 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" ] } |