Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Wat is Google Analytics Direct?
Google Analytics Direct is een Chrome-extensie ontwikkeld door https://jacobbrunson.me, en de belangrijkste functie is "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Analytics Direct
Download Google Analytics Direct-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
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.
Basisinformatie over de Extensie
Naam | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
Officiële URL | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
Beschrijving | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
Bestandsgrootte | 40.84 KB |
Aantal Installaties | 158 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-07-25 |
Publicatiedatum | 2015-07-25 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://jacobbrunson.me |
Betalingswijze | free |
Ondersteunde Talen | 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 } |