Vizanda for Google Analytics

Answers "Why?" in Google Analytics

Что такое Vizanda for Google Analytics?

Vizanda for Google Analytics - это расширение Chrome, разработанное http://vizanda.com, и его основная функция - "Answers "Why?" in Google Analytics".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Vizanda for Google Analytics

Скачайте файлы расширений Vizanda for Google Analytics в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Vizanda for Google Analytics Vizanda for Google Analytics
ID bfnemkegaiacnkiffobahkjniaaahdda
Официальный URL https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda
Описание Answers "Why?" in Google Analytics
Размер файла 137 KB
Количество установок 311
Текущая Версия 1.0.8
Последнее Обновление 2018-06-19
Дата публикации 2018-06-19
Рейтинг 4.60/5 Всего 15 оценок
Разработчик http://vizanda.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://vizanda.com/
URL страницы политики конфиденциальности https://vizanda.com/privacy
Поддерживаемые языки 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"
    ]
}