Strava Clubs Reports
Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
Wat is Strava Clubs Reports?
Strava Clubs Reports is een Chrome-extensie ontwikkeld door https://gonoter.com, en de belangrijkste functie is "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page".
Extensie Screenshots
Download het CRX-bestand van de extensie Strava Clubs Reports
Download Strava Clubs Reports-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lgflepkbehloedhbiajhlaecldnijpjd |
| Officiële URL | https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd |
| Beschrijving | Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page |
| Bestandsgrootte | 57.55 KB |
| Aantal Installaties | 2,683 |
| Huidige Versie | 4.6.0 |
| Laatst Bijgewerkt | 2023-11-15 |
| Publicatiedatum | 2020-04-17 |
| Beoordeling | 4.03/5 Totaal 35 Beoordelingen |
| Ontwikkelaar | https://gonoter.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://gonoter.com/ |
| Ondersteunde Talen | 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"
} | |