Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Wat is Google Analytics Dashboard?
Google Analytics Dashboard is een Chrome-extensie ontwikkeld door morgen32, en de belangrijkste functie is "Chome Extension to view Google Analytics as a Dashboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Analytics Dashboard
Download Google Analytics Dashboard-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
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
Basisinformatie over de Extensie
Naam | |
ID | immllndknpmnnllfclccdekjfeflohoc |
Officiële URL | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
Beschrijving | Chome Extension to view Google Analytics as a Dashboard |
Bestandsgrootte | 104 KB |
Aantal Installaties | 333 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-07-26 |
Publicatiedatum | 2016-07-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | morgen32 |
Betalingswijze | free |
Extensiewebsite | https://github.com/nicohabets/google-analytics-dashboard |
Ondersteunde Talen | 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" ] } ] } |