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.

What is Realtime Google Analytics Count in Tab?

Realtime Google Analytics Count in Tab is a Chrome extension developed by haydenjameslee, and its main feature is "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".

Download Realtime Google Analytics Count in Tab Extension CRX File

Download Realtime Google Analytics Count in Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Realtime Google Analytics Count in Tab Realtime Google Analytics Count in Tab
ID oidkhindaaphcmdflgfkpddinjkhmfje
Official URL 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.
File Size 1.88 MB
Installation Count 221
Current Version 1.2
Last Updated 2016-03-09
Publish Date 2016-03-09
Rating 4.00/5 Total 7 Ratings
Developer haydenjameslee
Payment Type free
Help Page URL https://twitter.com/haydenjameslee
Supported Languages 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"
            ]
        }
    ]
}