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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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