TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Hvad er TrafficTicker?
TrafficTicker er en Chrome-udvidelse udviklet af https://trafficticker.com, og dens hovedfunktion er "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".
Udvidelsesskærmbilleder
Download TrafficTicker-udvidelses-CRX-fil
Download TrafficTicker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
Officiel URL | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
Beskrivelse | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
Filstørrelse | 57.49 KB |
Antal Installationer | 234 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2018-09-06 |
Udgivelsesdato | 2018-09-06 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://trafficticker.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://trafficticker.com |
Understøttede Sprog | 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" ] } |