Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Hvad er Google Analytics Direct?
Google Analytics Direct er en Chrome-udvidelse udviklet af https://jacobbrunson.me, og dens hovedfunktion er "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".
Udvidelsesskærmbilleder
Download Google Analytics Direct-udvidelses-CRX-fil
Download Google Analytics Direct-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
Officiel URL | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
Beskrivelse | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
Filstørrelse | 40.84 KB |
Antal Installationer | 158 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-07-25 |
Udgivelsesdato | 2015-07-25 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | https://jacobbrunson.me |
Betalingsmetode | free |
Understøttede Sprog | 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 } |