TrafficTicker

TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.

What is TrafficTicker?

TrafficTicker is a Chrome extension developed by https://trafficticker.com, and its main feature is "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TrafficTicker Extension CRX File

Download TrafficTicker 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

                        TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. Never miss another traffic spike !!

*** RECEIVE BROWSER PUSH NOTIFICATIONS AND CREATE ALERT POLICIES FOR REAL TIME TRAFFIC ***
*** NO ANALYTICS DATA IS EVER STORED ON THE SERVER ***
*** ALL OF YOUR TRAFFIC DATA IS STORED ON YOUR BROWSER ***                    

Extension Basic Information

Name TrafficTicker TrafficTicker
ID edlglbojmlgdelhblelgjelpmiplgjjk
Official URL https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk
Description TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
File Size 57.49 KB
Installation Count 234
Current Version 1.2.0
Last Updated 2018-09-06
Publish Date 2018-09-06
Rating 5.00/5 Total 2 Ratings
Developer https://trafficticker.com
Email [email protected]
Payment Type free
Extension Website https://trafficticker.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrafficTicker",
    "short_name": "TrafficTicker",
    "version": "1.2.0",
    "author": "Kaushik Thirthappa",
    "manifest_version": 2,
    "description": "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.",
    "homepage_url": "https:\/\/trafficticker.com",
    "icons": {
        "16": "icons\/tt-19.png",
        "19": "icons\/tt-19.png",
        "48": "icons\/tt-48.png",
        "128": "icons\/tt-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "storage",
        "notifications",
        "cookies"
    ]
}