RideShare Trip Stats
Analyzes your rideshare profile to show statistics on your rides!
Was ist RideShare Trip Stats?
RideShare Trip Stats ist eine Chrome-Erweiterung, die von https://jonlu.ca entwickelt wurde, und ihr Hauptmerkmal ist "Analyzes your rideshare profile to show statistics on your rides!".
Erweiterungsscreenshots
RideShare Trip Stats-Erweiterungs-CRX-Datei herunterladen
Laden Sie RideShare Trip Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | RideShare Trip Stats |
ID | kddlnbejbpknoedebeojobofnbdfhpnm |
Offizielle URL | https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm |
Beschreibung | Analyzes your rideshare profile to show statistics on your rides! |
Dateigröße | 203 KB |
Installationsanzahl | 6,726 |
Aktuelle Version | 10.1 |
Letztes Update | 2022-11-13 |
Veröffentlichungsdatum | 2020-05-30 |
Bewertung | 4.06/5 Insgesamt 36 Bewertungen |
Entwickler | https://jonlu.ca |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://jonlu.ca |
URL der Datenschutzrichtlinien-Seite | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Unterstützte Sprachen | 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 } ] } |