Interactive Tutorials for Google Analytics

Learn Google Analytics Has Never Been Easier

O que é Interactive Tutorials for Google Analytics?

Interactive Tutorials for Google Analytics é uma extensão do Chrome desenvolvida por https://mytips.co, e sua principal característica é "Learn Google Analytics Has Never Been Easier".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Interactive Tutorials for Google Analytics

Baixe arquivos de extensão Interactive Tutorials for Google Analytics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Interactive Tutorials for Google Analytics Interactive Tutorials for Google Analytics
ID mhpneldcjjndiemjmgcbfnckefebeihk
URL Oficial https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk
Descrição Learn Google Analytics Has Never Been Easier
Tamanho do Arquivo 18.05 KB
Contagem de Instalações 56
Versão Atual 1.0.2
Última Atualização 2015-09-15
Data de Publicação 2015-09-15
Desenvolvedor https://mytips.co
Tipo de Pagamento free
Site da Extensão https://mytips.co
URL da Página de Ajuda https://mytips.co
Idiomas Suportados 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"
    ]
}