Vizanda for Google Analytics
Answers "Why?" in Google Analytics
Qu'est-ce que Vizanda for Google Analytics ?
Vizanda for Google Analytics est une extension Chrome développée par http://vizanda.com, et sa fonction principale est "Answers "Why?" in Google Analytics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vizanda for Google Analytics
Téléchargez les fichiers d'extension Vizanda for Google Analytics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bfnemkegaiacnkiffobahkjniaaahdda |
URL Officiel | https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda |
Description | Answers "Why?" in Google Analytics |
Taille du Fichier | 137 KB |
Nombre d'Installations | 311 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2018-06-19 |
Date de Publication | 2018-06-19 |
Évaluation | 4.60/5 Total 15 Évaluations |
Développeur | http://vizanda.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vizanda.com/ |
URL de la Page de Politique de Confidentialité | https://vizanda.com/privacy |
Langues Prises en Charge | 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" ] } |