RideShare Trip Stats

Analyzes your rideshare profile to show statistics on your rides!

Co to jest RideShare Trip Stats?

RideShare Trip Stats to rozszerzenie Chrome opracowane przez https://jonlu.ca, a jego główną funkcją jest „Analyzes your rideshare profile to show statistics on your rides!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RideShare Trip Stats

Pobierz pliki rozszerzeń RideShare Trip Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa RideShare Trip Stats RideShare Trip Stats
ID kddlnbejbpknoedebeojobofnbdfhpnm
Oficjalny URL https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm
Opis Analyzes your rideshare profile to show statistics on your rides!
Rozmiar pliku 203 KB
Liczba instalacji 6,726
Aktualna Wersja 10.1
Ostatnia Aktualizacja 2022-11-13
Data Publikacji 2020-05-30
Ocena 4.06/5 Łącznie 36 Oceny
Deweloper https://jonlu.ca
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jonlu.ca
Adres URL Strony Polityki Prywatności https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Obsługiwane Języki 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
        }
    ]
}