Google Analytics Direct

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

Co to jest Google Analytics Direct?

Google Analytics Direct to rozszerzenie Chrome opracowane przez https://jacobbrunson.me, a jego główną funkcją jest „Skips the annoying Google Analytics landing page and takes you directly to your dashboard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Analytics Direct

Pobierz pliki rozszerzeń Google Analytics Direct w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Analytics Direct Google Analytics Direct
ID cpmbdpbeioaohfejfnjpkogfligjbkpd
Oficjalny URL https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd
Opis Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Rozmiar pliku 40.84 KB
Liczba instalacji 158
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-07-25
Data Publikacji 2015-07-25
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper https://jacobbrunson.me
Typ Płatności free
Obsługiwane Języki 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
}