Realtime Google Analytics Count in Tab
See the number of realtime users on your site in the tab of the realtime google analytics overview page.
O que é Realtime Google Analytics Count in Tab?
Realtime Google Analytics Count in Tab é uma extensão do Chrome desenvolvida por haydenjameslee, e sua principal característica é "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".
Baixar o arquivo CRX da Extensão Realtime Google Analytics Count in Tab
Baixe arquivos de extensão Realtime Google Analytics Count in Tab 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
See the number of realtime users on your site in the tab of the realtime google analytics overview page. Shows the count in the tab so you don't have to actually view the realtime page.
Informações Básicas da Extensão
Nome | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
URL Oficial | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Descrição | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Tamanho do Arquivo | 1.88 MB |
Contagem de Instalações | 221 |
Versão Atual | 1.2 |
Última Atualização | 2016-03-09 |
Data de Publicação | 2016-03-09 |
Classificação | 4.00/5 Total de 7 Avaliações |
Desenvolvedor | haydenjameslee |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://twitter.com/haydenjameslee |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtime Google Analytics Count in Tab", "description": "See the number of realtime users on your site in the tab of the realtime google analytics overview page.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/analytics\/*", "*:\/\/*.google.com\/analytics\/*" ], "js": [ "jquery.js", "script.js" ] } ] } |