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
官方網址 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
        }
    ]
}