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"
    ]
}