Vizanda for Google Analytics
Answers "Why?" in Google Analytics
Vizanda for Google Analytics क्या है?
Vizanda for Google Analytics http://vizanda.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Answers "Why?" in Google Analytics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vizanda for Google Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |