TrafficTicker

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

O que é TrafficTicker?

TrafficTicker é uma extensão do Chrome desenvolvida por https://trafficticker.com, e sua principal característica é "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TrafficTicker

Baixe arquivos de extensão TrafficTicker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome TrafficTicker TrafficTicker
ID edlglbojmlgdelhblelgjelpmiplgjjk
URL Oficial https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk
Descrição TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Tamanho do Arquivo 57.49 KB
Contagem de Instalações 234
Versão Atual 1.2.0
Última Atualização 2018-09-06
Data de Publicação 2018-09-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://trafficticker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://trafficticker.com
Idiomas Suportados 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"
    ]
}