TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Co to jest TrafficTicker?
TrafficTicker to rozszerzenie Chrome opracowane przez https://trafficticker.com, a jego główną funkcją jest „TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TrafficTicker
Pobierz pliki rozszerzeń TrafficTicker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 ***
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
Oficjalny URL | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
Opis | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
Rozmiar pliku | 57.49 KB |
Liczba instalacji | 234 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2018-09-06 |
Data Publikacji | 2018-09-06 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://trafficticker.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://trafficticker.com |
Obsługiwane Języki | 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" ] } |