Interactive Tutorials for Google Analytics

Learn Google Analytics Has Never Been Easier

Was ist Interactive Tutorials for Google Analytics?

Interactive Tutorials for Google Analytics ist eine Chrome-Erweiterung, die von https://mytips.co entwickelt wurde, und ihr Hauptmerkmal ist "Learn Google Analytics Has Never Been Easier".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Interactive Tutorials for Google Analytics-Erweiterungs-CRX-Datei herunterladen

Laden Sie Interactive Tutorials for Google Analytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Interactive Tutorials for Google Analytics Interactive Tutorials for Google Analytics
ID mhpneldcjjndiemjmgcbfnckefebeihk
Offizielle URL https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk
Beschreibung Learn Google Analytics Has Never Been Easier
Dateigröße 18.05 KB
Installationsanzahl 56
Aktuelle Version 1.0.2
Letztes Update 2015-09-15
Veröffentlichungsdatum 2015-09-15
Entwickler https://mytips.co
Zahlungsart free
Erweiterungswebsite https://mytips.co
Hilfeseite URL https://mytips.co
Unterstützte Sprachen 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"
    ]
}