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!”。

扩展截图

screenshot
screenshot

下载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 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
        }
    ]
}