Vizanda for Google Analytics

Answers "Why?" in Google Analytics

Vizanda for Google Analytics là gì?

Vizanda for Google Analytics là một tiện ích mở rộng Chrome được phát triển bởi http://vizanda.com, và tính năng chính của nó là "Answers "Why?" in Google Analytics".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vizanda for Google Analytics

Tải xuống các tệp mở rộng Vizanda for Google Analytics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vizanda for Google Analytics Vizanda for Google Analytics
ID bfnemkegaiacnkiffobahkjniaaahdda
URL Chính Thức https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda
Mô tả Answers "Why?" in Google Analytics
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2018-06-19
Ngày Phát Hành 2018-06-19
Đánh Giá 4.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển http://vizanda.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vizanda.com/
URL Trang Chính Sách Bảo Mật https://vizanda.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}