Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Hvad er Google Analytics Dashboard?
Google Analytics Dashboard er en Chrome-udvidelse udviklet af morgen32, og dens hovedfunktion er "Chome Extension to view Google Analytics as a Dashboard".
Udvidelsesskærmbilleder
Download Google Analytics Dashboard-udvidelses-CRX-fil
Download Google Analytics Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | immllndknpmnnllfclccdekjfeflohoc |
Officiel URL | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
Beskrivelse | Chome Extension to view Google Analytics as a Dashboard |
Filstørrelse | 104 KB |
Antal Installationer | 333 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2016-07-26 |
Udgivelsesdato | 2016-07-26 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | morgen32 |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nicohabets/google-analytics-dashboard |
Understøttede Sprog | 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" ] } ] } |