Vizanda for Google Analytics

Answers "Why?" in Google Analytics

O que é Vizanda for Google Analytics?

Vizanda for Google Analytics é uma extensão do Chrome desenvolvida por http://vizanda.com, e sua principal característica é "Answers "Why?" in Google Analytics".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Vizanda for Google Analytics

Baixe arquivos de extensão Vizanda 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

                        Lots of Google Analytics reports show what's happening on your site. None of them answers the hardest question: "Why?"

Vizanda shows *why* your site's traffic is up or down today.

This free extension summarizes what you need to know: which traffic sources, content, locations, user types, and more are driving your site's performance. Analyze in seconds right at the top of GA—and when you're not in GA, insights are a glance and click away.                    

Informações Básicas da Extensão

Nome Vizanda for Google Analytics Vizanda for Google Analytics
ID bfnemkegaiacnkiffobahkjniaaahdda
URL Oficial https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda
Descrição Answers "Why?" in Google Analytics
Tamanho do Arquivo 137 KB
Contagem de Instalações 311
Versão Atual 1.0.8
Última Atualização 2018-06-19
Data de Publicação 2018-06-19
Classificação 4.60/5 Total de 15 Avaliações
Desenvolvedor http://vizanda.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vizanda.com/
URL da Página de Política de Privacidade https://vizanda.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vizanda for Google Analytics",
    "short_name": "vizanda-ga",
    "description": "Answers \"Why?\" in Google Analytics",
    "version": "1.0.8",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/static.vizanda.com; object-src 'self'",
    "browser_action": {
        "default_title": "Open Google Analytics",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/analytics.google.com\/*",
        "webNavigation"
    ]
}