Strava Clubs Reports
Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
Was ist Strava Clubs Reports?
Strava Clubs Reports ist eine Chrome-Erweiterung, die von https://gonoter.com entwickelt wurde, und ihr Hauptmerkmal ist "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page".
Erweiterungsscreenshots
Strava Clubs Reports-Erweiterungs-CRX-Datei herunterladen
Laden Sie Strava Clubs Reports-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lgflepkbehloedhbiajhlaecldnijpjd |
| Offizielle URL | https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd |
| Beschreibung | Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page |
| Dateigröße | 57.55 KB |
| Installationsanzahl | 2,683 |
| Aktuelle Version | 4.6.0 |
| Letztes Update | 2023-11-15 |
| Veröffentlichungsdatum | 2020-04-17 |
| Bewertung | 4.03/5 Insgesamt 35 Bewertungen |
| Entwickler | https://gonoter.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://gonoter.com/ |
| Unterstützte Sprachen | 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"
} | |