Vizanda for Google Analytics
Answers "Why?" in Google Analytics
Wat is Vizanda for Google Analytics?
Vizanda for Google Analytics is een Chrome-extensie ontwikkeld door http://vizanda.com, en de belangrijkste functie is "Answers "Why?" in Google Analytics".
Extensie Screenshots
Download het CRX-bestand van de extensie Vizanda for Google Analytics
Download Vizanda for Google Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bfnemkegaiacnkiffobahkjniaaahdda |
Officiële URL | https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda |
Beschrijving | Answers "Why?" in Google Analytics |
Bestandsgrootte | 137 KB |
Aantal Installaties | 311 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2018-06-19 |
Publicatiedatum | 2018-06-19 |
Beoordeling | 4.60/5 Totaal 15 Beoordelingen |
Ontwikkelaar | http://vizanda.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vizanda.com/ |
URL van de Privacybeleid Pagina | https://vizanda.com/privacy |
Ondersteunde Talen | 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" ] } |