Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Was ist Google Analytics Dashboard?
Google Analytics Dashboard ist eine Chrome-Erweiterung, die von morgen32 entwickelt wurde, und ihr Hauptmerkmal ist "Chome Extension to view Google Analytics as a Dashboard".
Erweiterungsscreenshots
Google Analytics Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Analytics Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
Grundlegende Informationen zur Erweiterung
Name | |
ID | immllndknpmnnllfclccdekjfeflohoc |
Offizielle URL | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
Beschreibung | Chome Extension to view Google Analytics as a Dashboard |
Dateigröße | 104 KB |
Installationsanzahl | 333 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2016-07-26 |
Veröffentlichungsdatum | 2016-07-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | morgen32 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/nicohabets/google-analytics-dashboard |
Unterstützte Sprachen | 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" ] } ] } |