RideShare Trip Stats
Analyzes your rideshare profile to show statistics on your rides!
Wat is RideShare Trip Stats?
RideShare Trip Stats is een Chrome-extensie ontwikkeld door https://jonlu.ca, en de belangrijkste functie is "Analyzes your rideshare profile to show statistics on your rides!".
Extensie Screenshots
Download het CRX-bestand van de extensie RideShare Trip Stats
Download RideShare Trip Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | RideShare Trip Stats |
ID | kddlnbejbpknoedebeojobofnbdfhpnm |
Officiële URL | https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm |
Beschrijving | Analyzes your rideshare profile to show statistics on your rides! |
Bestandsgrootte | 203 KB |
Aantal Installaties | 6,726 |
Huidige Versie | 10.1 |
Laatst Bijgewerkt | 2022-11-13 |
Publicatiedatum | 2020-05-30 |
Beoordeling | 4.06/5 Totaal 36 Beoordelingen |
Ontwikkelaar | https://jonlu.ca |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://jonlu.ca |
URL van de Privacybeleid Pagina | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Ondersteunde Talen | 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 } ] } |