Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Was ist Google Analytics Direct?
Google Analytics Direct ist eine Chrome-Erweiterung, die von https://jacobbrunson.me entwickelt wurde, und ihr Hauptmerkmal ist "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".
Erweiterungsscreenshots
Google Analytics Direct-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Analytics Direct-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
Google Analytics has an annoying landing page where you must press "Sign Into Google Analytics" in order to get to your dashboard. This extension will automatically skip the landing page and take you directly to your dashboard.
Grundlegende Informationen zur Erweiterung
Name | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
Offizielle URL | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
Beschreibung | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
Dateigröße | 40.84 KB |
Installationsanzahl | 158 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-07-25 |
Veröffentlichungsdatum | 2015-07-25 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://jacobbrunson.me |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics Direct", "version": "1.0", "description": "Skips the annoying Google Analytics landing page and takes you directly to your dashboard", "permissions": [ "declarativeWebRequest", "*:\/\/www.google.com\/analytics\/" ], "background": { "scripts": [ "event_page.js" ], "persistent": false }, "manifest_version": 2 } |