Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Qu'est-ce que Google Analytics Direct ?
Google Analytics Direct est une extension Chrome développée par https://jacobbrunson.me, et sa fonction principale est "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Analytics Direct
Téléchargez les fichiers d'extension Google Analytics Direct au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
URL Officiel | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
Description | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
Taille du Fichier | 40.84 KB |
Nombre d'Installations | 158 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-07-25 |
Date de Publication | 2015-07-25 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | https://jacobbrunson.me |
Type de Paiement | free |
Langues Prises en Charge | 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 } |