Strava Clubs Reports

Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page

Strava Clubs Reports란 무엇입니까?

Strava Clubs Reports은(는) https://gonoter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page"입니다.

확장 프로그램 스크린샷

screenshot

Strava Clubs Reports 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add a new table on top of the Profile activities and Club Recent Activity to get a quick summary 
- Show activities types and details (Name, Location, Date, Distance, Pace, Unit, Time, Elev, Calo, Est Pace, and Est Speed)
- Load more activities via button or scrolling
- Download data as csv file
- Switch to English if don't see data

Release notes:
- Fixed missing group activities                    

확장 프로그램 기본 정보

이름 Strava Clubs Reports Strava Clubs Reports
ID lgflepkbehloedhbiajhlaecldnijpjd
공식 URL https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd
설명 Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
파일 크기 57.55 KB
설치 횟수 2,683
현재 버전 4.6.0
최근 업데이트 2023-11-15
출시 날짜 2020-04-17
평점 4.03/5 총 35 개의 평점
개발자 https://gonoter.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gonoter.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Triet Ho",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "luxon.min.js",
                "app.js"
            ],
            "matches": [
                "*:\/\/*.strava.com\/*"
            ]
        }
    ],
    "description": "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Strava Clubs Reports",
    "version": "4.6.0"
}