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.

¿Qué es Realtime Google Analytics Count in Tab?

Realtime Google Analytics Count in Tab es una extensión de Chrome desarrollada por haydenjameslee, y su función principal es "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".

Descargar Archivo CRX de la Extensión Realtime Google Analytics Count in Tab

Descarga archivos de extensión Realtime Google Analytics Count in Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Realtime Google Analytics Count in Tab Realtime Google Analytics Count in Tab
ID oidkhindaaphcmdflgfkpddinjkhmfje
URL Oficial https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje
Descripción See the number of realtime users on your site in the tab of the realtime google analytics overview page.
Tamaño del Archivo 1.88 MB
Cantidad de Instalaciones 221
Versión Actual 1.2
Última Actualización 2016-03-09
Fecha de Publicación 2016-03-09
Calificación 4.00/5 Total de 7 Calificaciones
Desarrollador haydenjameslee
Tipo de Pago free
URL de la Página de Ayuda https://twitter.com/haydenjameslee
Idiomas Soportados 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"
            ]
        }
    ]
}