TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Cos'è TrafficTicker?
TrafficTicker è un'estensione di Chrome sviluppata da https://trafficticker.com, e la sua funzione principale è "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TrafficTicker
Scarica i file di estensione TrafficTicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 ***
Informazioni di Base sull'Estensione
Nome | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
URL Ufficiale | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
Descrizione | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
Dimensione del File | 57.49 KB |
Conteggio Installazioni | 234 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2018-09-06 |
Data di Pubblicazione | 2018-09-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://trafficticker.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://trafficticker.com |
Lingue Supportate | 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" ] } |