Vizanda for Google Analytics

Answers "Why?" in Google Analytics

Co to jest Vizanda for Google Analytics?

Vizanda for Google Analytics to rozszerzenie Chrome opracowane przez http://vizanda.com, a jego główną funkcją jest „Answers "Why?" in Google Analytics”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vizanda for Google Analytics

Pobierz pliki rozszerzeń Vizanda for Google Analytics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vizanda for Google Analytics Vizanda for Google Analytics
ID bfnemkegaiacnkiffobahkjniaaahdda
Oficjalny URL https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda
Opis Answers "Why?" in Google Analytics
Rozmiar pliku 137 KB
Liczba instalacji 311
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2018-06-19
Data Publikacji 2018-06-19
Ocena 4.60/5 Łącznie 15 Oceny
Deweloper http://vizanda.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vizanda.com/
Adres URL Strony Polityki Prywatności https://vizanda.com/privacy
Obsługiwane Języki 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"
    ]
}