Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Apa itu Google Analytics Direct?
Google Analytics Direct adalah ekstensi Chrome yang dikembangkan oleh https://jacobbrunson.me, dan fitur utamanya adalah "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Analytics Direct
Unduh file ekstensi Google Analytics Direct dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
URL Resmi | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
Deskripsi | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
Ukuran File | 40.84 KB |
Jumlah Instalasi | 158 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-07-25 |
Tanggal Publikasi | 2015-07-25 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | https://jacobbrunson.me |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |