RideShare Trip Stats
Analyzes your rideshare profile to show statistics on your rides!
RideShare Trip Stats क्या है?
RideShare Trip Stats https://jonlu.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyzes your rideshare profile to show statistics on your rides!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RideShare Trip Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | RideShare Trip Stats |
ID | kddlnbejbpknoedebeojobofnbdfhpnm |
आधिकारिक URL | https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm |
विवरण | Analyzes your rideshare profile to show statistics on your rides! |
फ़ाइल का आकार | 203 KB |
स्थापना संख्या | 6,726 |
वर्तमान संस्करण | 10.1 |
अंतिम अपडेट | 2022-11-13 |
प्रकाशन तिथि | 2020-05-30 |
रेटिंग | 4.06/5 कुल 36 रेटिंग्स |
डेवलपर | https://jonlu.ca |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://jonlu.ca |
गोपनीयता नीति पृष्ठ URL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
समर्थित भाषाएँ | 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 } ] } |