RideShare Trip Stats
Analyzes your rideshare profile to show statistics on your rides!
RideShare Trip Stats là gì?
RideShare Trip Stats là một tiện ích mở rộng Chrome được phát triển bởi https://jonlu.ca, và tính năng chính của nó là "Analyzes your rideshare profile to show statistics on your rides!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RideShare Trip Stats
Tải xuống các tệp mở rộng RideShare Trip Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RideShare Trip Stats |
ID | kddlnbejbpknoedebeojobofnbdfhpnm |
URL Chính Thức | https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm |
Mô tả | Analyzes your rideshare profile to show statistics on your rides! |
Kích Thước Tệp | 203 KB |
Số Lần Cài Đặt | 6,726 |
Phiên Bản Hiện Tại | 10.1 |
Cập Nhật Lần Cuối | 2022-11-13 |
Ngày Phát Hành | 2020-05-30 |
Đánh Giá | 4.06/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | https://jonlu.ca |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jonlu.ca |
URL Trang Chính Sách Bảo Mật | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |