RideShare Trip Stats
Analyzes your rideshare profile to show statistics on your rides!
RideShare Trip Statsとは何ですか?
RideShare Trip Statsはhttps://jonlu.caによって開発されたChromeの拡張機能で、その主な機能は「Analyzes your rideshare profile to show statistics on your rides!」です。
拡張機能のスクリーンショット
RideShare Trip Stats拡張機能のCRXファイルをダウンロード
RideShare Trip Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } ] } |