Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Co je Interactive Tutorials for Google Analytics?
Interactive Tutorials for Google Analytics je rozšíření Chrome vyvinuté https://mytips.co, a jeho hlavní funkcí je „Learn Google Analytics Has Never Been Easier“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Interactive Tutorials for Google Analytics
Stáhněte si soubory rozšíření Interactive Tutorials for Google Analytics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Interactive Tutorials for Google Analytics |
ID | mhpneldcjjndiemjmgcbfnckefebeihk |
Oficiální URL | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
Popis | Learn Google Analytics Has Never Been Easier |
Velikost souboru | 18.05 KB |
Počet instalací | 56 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2015-09-15 |
Datum Vydání | 2015-09-15 |
Vývojář | https://mytips.co |
Typ Platby | free |
Webové stránky Rozšíření | https://mytips.co |
URL Stránky Nápovědy | https://mytips.co |
Podporované Jazyky | 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" ] } |