TrafficTicker

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

¿Qué es TrafficTicker?

TrafficTicker es una extensión de Chrome desarrollada por https://trafficticker.com, y su función principal es "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TrafficTicker

Descarga archivos de extensión TrafficTicker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre TrafficTicker TrafficTicker
ID edlglbojmlgdelhblelgjelpmiplgjjk
URL Oficial https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk
Descripción TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Tamaño del Archivo 57.49 KB
Cantidad de Instalaciones 234
Versión Actual 1.2.0
Última Actualización 2018-09-06
Fecha de Publicación 2018-09-06
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://trafficticker.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://trafficticker.com
Idiomas Soportados 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"
    ]
}