Right Now Counter

Simply add visitor counter in document title of your google analytics real-time page

What is Right Now Counter?

Right Now Counter is a Chrome extension developed by https://www.rain1.it, and its main feature is "Simply add visitor counter in document title of your google analytics real-time page".

Extension Screenshots

screenshot
screenshot

Download Right Now Counter Extension CRX File

Download Right Now Counter 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

                        This extension change document title of real time page in google analytics account.

So you can see more counter at same time.

See screenshot                    

Extension Basic Information

Name Right Now Counter Right Now Counter
ID bnlafhbijlchjdhcehaojegaflnmmpem
Official URL https://chromewebstore.google.com/detail/right-now-counter/bnlafhbijlchjdhcehaojegaflnmmpem
Description Simply add visitor counter in document title of your google analytics real-time page
File Size 30.62 KB
Installation Count 89
Current Version 0.5
Last Updated 2016-04-04
Publish Date 2016-04-04
Rating 5.00/5 Total 7 Ratings
Developer https://www.rain1.it
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Now Counter",
    "manifest_version": 2,
    "description": "Simply add visitor counter in document title of your google analytics real-time page",
    "permissions": [
        "tabs",
        "http:\/\/www.google.com\/analytics\/*",
        "https:\/\/www.google.com\/analytics\/*"
    ],
    "version": "0.5",
    "icons": {
        "128": "rightnow_128x128.png",
        "16": "rightnow16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/analytics\/*",
                "https:\/\/www.google.com\/analytics\/*",
                "https:\/\/analytics.google.com\/analytics\/*"
            ],
            "js": [
                "js.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Right now Counter",
        "default_icon": "rightnow16.png",
        "default_popup": "popup.html"
    }
}