Google Analytics Direct

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

Cos'è Google Analytics Direct?

Google Analytics Direct è un'estensione di Chrome sviluppata da https://jacobbrunson.me, e la sua funzione principale è "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Analytics Direct

Scarica i file di estensione Google Analytics Direct in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Analytics Direct Google Analytics Direct
ID cpmbdpbeioaohfejfnjpkogfligjbkpd
URL Ufficiale https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd
Descrizione Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Dimensione del File 40.84 KB
Conteggio Installazioni 158
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-25
Data di Pubblicazione 2015-07-25
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore https://jacobbrunson.me
Tipo di Pagamento free
Lingue Supportate 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
}