Interactive Tutorials for Google Analytics

Learn Google Analytics Has Never Been Easier

Cos'è Interactive Tutorials for Google Analytics?

Interactive Tutorials for Google Analytics è un'estensione di Chrome sviluppata da https://mytips.co, e la sua funzione principale è "Learn Google Analytics Has Never Been Easier".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Interactive Tutorials for Google Analytics

Scarica i file di estensione Interactive Tutorials for Google Analytics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Interactive Tutorials for Google Analytics Interactive Tutorials for Google Analytics
ID mhpneldcjjndiemjmgcbfnckefebeihk
URL Ufficiale https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk
Descrizione Learn Google Analytics Has Never Been Easier
Dimensione del File 18.05 KB
Conteggio Installazioni 56
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-09-15
Data di Pubblicazione 2015-09-15
Sviluppatore https://mytips.co
Tipo di Pagamento free
Sito Web dell'Estensione https://mytips.co
URL della Pagina di Aiuto https://mytips.co
Lingue Supportate 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"
    ]
}