TrafficTicker

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

Co je TrafficTicker?

TrafficTicker je rozšíření Chrome vyvinuté https://trafficticker.com, a jeho hlavní funkcí je „TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TrafficTicker

Stáhněte si soubory rozšíření TrafficTicker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 ***                    

Základní Informace o Rozšíření

Název TrafficTicker TrafficTicker
ID edlglbojmlgdelhblelgjelpmiplgjjk
Oficiální URL https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk
Popis TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Velikost souboru 57.49 KB
Počet instalací 234
Aktuální Verze 1.2.0
Poslední Aktualizace 2018-09-06
Datum Vydání 2018-09-06
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://trafficticker.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://trafficticker.com
Podporované Jazyky 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"
    ]
}