Strava Clubs Reports

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

What is Strava Clubs Reports?

Strava Clubs Reports is a Chrome extension developed by https://gonoter.com, and its main feature is "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page".

Extension Screenshots

screenshot

Download Strava Clubs Reports Extension CRX File

Download Strava Clubs Reports extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Strava Clubs Reports Strava Clubs Reports
ID lgflepkbehloedhbiajhlaecldnijpjd
Official URL https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd
Description Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
File Size 57.55 KB
Installation Count 2,683
Current Version 4.6.0
Last Updated 2023-11-15
Publish Date 2020-04-17
Rating 4.03/5 Total 35 Ratings
Developer https://gonoter.com
Email [email protected]
Payment Type free
Extension Website https://gonoter.com/
Supported Languages 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"
}