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.

Cos'è Realtime Google Analytics Count in Tab?

Realtime Google Analytics Count in Tab è un'estensione di Chrome sviluppata da haydenjameslee, e la sua funzione principale è "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".

Scarica il file CRX dell'estensione Realtime Google Analytics Count in Tab

Scarica i file di estensione Realtime Google Analytics Count in Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Realtime Google Analytics Count in Tab Realtime Google Analytics Count in Tab
ID oidkhindaaphcmdflgfkpddinjkhmfje
URL Ufficiale https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje
Descrizione See the number of realtime users on your site in the tab of the realtime google analytics overview page.
Dimensione del File 1.88 MB
Conteggio Installazioni 221
Versione Corrente 1.2
Ultimo Aggiornamento 2016-03-09
Data di Pubblicazione 2016-03-09
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore haydenjameslee
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/haydenjameslee
Lingue Supportate 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"
            ]
        }
    ]
}