Interactive Tutorials for Google Analytics

Learn Google Analytics Has Never Been Easier

What is Interactive Tutorials for Google Analytics?

Interactive Tutorials for Google Analytics is a Chrome extension developed by https://mytips.co, and its main feature is "Learn Google Analytics Has Never Been Easier".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Interactive Tutorials for Google Analytics Extension CRX File

Download Interactive Tutorials for Google Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Interactive Tutorials for Google Analytics Interactive Tutorials for Google Analytics
ID mhpneldcjjndiemjmgcbfnckefebeihk
Official URL https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk
Description Learn Google Analytics Has Never Been Easier
File Size 18.05 KB
Installation Count 56
Current Version 1.0.2
Last Updated 2015-09-15
Publish Date 2015-09-15
Developer https://mytips.co
Payment Type free
Extension Website https://mytips.co
Help Page URL https://mytips.co
Supported Languages 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"
    ]
}