Google Analytics Direct

Skips the annoying Google Analytics landing page and takes you directly to your dashboard

¿Qué es Google Analytics Direct?

Google Analytics Direct es una extensión de Chrome desarrollada por https://jacobbrunson.me, y su función principal es "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Analytics Direct

Descarga archivos de extensión Google Analytics Direct en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Google Analytics Direct Google Analytics Direct
ID cpmbdpbeioaohfejfnjpkogfligjbkpd
URL Oficial https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd
Descripción Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Tamaño del Archivo 40.84 KB
Cantidad de Instalaciones 158
Versión Actual 1.0
Última Actualización 2015-07-25
Fecha de Publicación 2015-07-25
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador https://jacobbrunson.me
Tipo de Pago free
Idiomas Soportados 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
}