Strava Clubs Reports

Strava Clubs Reports

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

Merlin
Additional files are visible only to premium users

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