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'est-ce que Realtime Google Analytics Count in Tab ?

Realtime Google Analytics Count in Tab est une extension Chrome développée par haydenjameslee, et sa fonction principale est "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".

Télécharger le fichier CRX de l'extension Realtime Google Analytics Count in Tab

Téléchargez les fichiers d'extension Realtime Google Analytics Count in Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Realtime Google Analytics Count in Tab Realtime Google Analytics Count in Tab
ID oidkhindaaphcmdflgfkpddinjkhmfje
URL Officiel https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje
Description See the number of realtime users on your site in the tab of the realtime google analytics overview page.
Taille du Fichier 1.88 MB
Nombre d'Installations 221
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-09
Date de Publication 2016-03-09
Évaluation 4.00/5 Total 7 Évaluations
Développeur haydenjameslee
Type de Paiement free
URL de la Page d'Aide https://twitter.com/haydenjameslee
Langues Prises en Charge 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"
            ]
        }
    ]
}