Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
O que é Google Analytics Direct?
Google Analytics Direct é uma extensão do Chrome desenvolvida por https://jacobbrunson.me, e sua principal característica é "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Analytics Direct
Baixe arquivos de extensão Google Analytics Direct no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
URL Oficial | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
Descrição | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
Tamanho do Arquivo | 40.84 KB |
Contagem de Instalações | 158 |
Versão Atual | 1.0 |
Última Atualização | 2015-07-25 |
Data de Publicação | 2015-07-25 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | https://jacobbrunson.me |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |