TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Qu'est-ce que TrafficTicker ?
TrafficTicker est une extension Chrome développée par https://trafficticker.com, et sa fonction principale est "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TrafficTicker
Téléchargez les fichiers d'extension TrafficTicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ***
Informations de Base sur l'Extension
Nom | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
URL Officiel | 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. |
Taille du Fichier | 57.49 KB |
Nombre d'Installations | 234 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2018-09-06 |
Date de Publication | 2018-09-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://trafficticker.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://trafficticker.com |
Langues Prises en Charge | 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" ] } |