TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Vad är TrafficTicker?
TrafficTicker är en Chrome-tillägg utvecklad av https://trafficticker.com, och dess huvudfunktion är "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".
Tilläggsskärmbilder
Ladda ner TrafficTicker-förlängningens CRX-fil
Ladda ner TrafficTicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ***
Grundläggande Information om Tillägg
Namn | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
Officiell webbadress | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
Beskrivning | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
Filstorlek | 57.49 KB |
Antal Installationer | 234 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2018-09-06 |
Publiceringsdatum | 2018-09-06 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://trafficticker.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://trafficticker.com |
Stödda Språk | 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" ] } |