Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Hvad er Interactive Tutorials for Google Analytics?
Interactive Tutorials for Google Analytics er en Chrome-udvidelse udviklet af https://mytips.co, og dens hovedfunktion er "Learn Google Analytics Has Never Been Easier".
Udvidelsesskærmbilleder
Download Interactive Tutorials for Google Analytics-udvidelses-CRX-fil
Download Interactive Tutorials for Google Analytics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Interactive Tutorials for Google Analytics |
ID | mhpneldcjjndiemjmgcbfnckefebeihk |
Officiel URL | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
Beskrivelse | Learn Google Analytics Has Never Been Easier |
Filstørrelse | 18.05 KB |
Antal Installationer | 56 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2015-09-15 |
Udgivelsesdato | 2015-09-15 |
Udvikler | https://mytips.co |
Betalingsmetode | free |
Udvidelseswebsted | https://mytips.co |
Hjælpeside-URL | https://mytips.co |
Understøttede Sprog | 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" ] } |