Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Qu'est-ce que Google Analytics Dashboard ?
Google Analytics Dashboard est une extension Chrome développée par morgen32, et sa fonction principale est "Chome Extension to view Google Analytics as a Dashboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Analytics Dashboard
Téléchargez les fichiers d'extension Google Analytics Dashboard 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
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
Informations de Base sur l'Extension
Nom | |
ID | immllndknpmnnllfclccdekjfeflohoc |
URL Officiel | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
Description | Chome Extension to view Google Analytics as a Dashboard |
Taille du Fichier | 104 KB |
Nombre d'Installations | 333 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-07-26 |
Date de Publication | 2016-07-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | morgen32 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nicohabets/google-analytics-dashboard |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics Dashboard", "version": "1.0.2", "manifest_version": 2, "description": "Chome Extension to view Google Analytics as a Dashboard", "homepage_url": "https:\/\/github.com\/nicohabets\/google-analytics-dashboard", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Google Analytics Theme" }, "permissions": [ "contentSettings", "https:\/\/analytics.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |