RideShare Trip Stats
Analyzes your rideshare profile to show statistics on your rides!
Cos'è RideShare Trip Stats?
RideShare Trip Stats è un'estensione di Chrome sviluppata da https://jonlu.ca, e la sua funzione principale è "Analyzes your rideshare profile to show statistics on your rides!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RideShare Trip Stats
Scarica i file di estensione RideShare Trip Stats 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
Analyses your full rideshare app ride history for interesting statistics. This includes: * Total spent, in all currencies * Favorite locations * # Rides by year, month, and car model * Total distance traveled * More! Go to https://riders.uber.com/trips?offset=0 and click the icon in the top bar to start!
Informazioni di Base sull'Estensione
Nome | RideShare Trip Stats |
ID | kddlnbejbpknoedebeojobofnbdfhpnm |
URL Ufficiale | https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm |
Descrizione | Analyzes your rideshare profile to show statistics on your rides! |
Dimensione del File | 203 KB |
Conteggio Installazioni | 6,726 |
Versione Corrente | 10.1 |
Ultimo Aggiornamento | 2022-11-13 |
Data di Pubblicazione | 2020-05-30 |
Valutazione | 4.06/5 Totale 36 Valutazioni |
Sviluppatore | https://jonlu.ca |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://jonlu.ca |
URL della Pagina della Politica sulla Privacy | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RideShare Trip Stats", "version": "10.1", "description": "Analyzes your rideshare profile to show statistics on your rides!", "permissions": [ "tabs", "scripting", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/uber.com\/*", "https:\/\/*.uber.com\/*", "https:\/\/*.ubereats.com\/*" ], "action": { "default_title": "Click to run" }, "homepage_url": "https:\/\/jonlu.ca", "icons": { "32": "images\/icon32.png", "38": "images\/icon.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/_commonjsHelpers.b8add541.js", "assets\/sweetalert2.all.f02475f9.js", "assets\/RideShareStats.ts.584459ca.js" ], "use_dynamic_url": false } ] } |