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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    ]
}