Strava Clubs Reports
Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
Cos'è Strava Clubs Reports?
Strava Clubs Reports è un'estensione di Chrome sviluppata da https://gonoter.com, e la sua funzione principale è "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Strava Clubs Reports
Scarica i file di estensione Strava Clubs Reports in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lgflepkbehloedhbiajhlaecldnijpjd |
| URL Ufficiale | https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd |
| Descrizione | Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page |
| Dimensione del File | 57.55 KB |
| Conteggio Installazioni | 2,683 |
| Versione Corrente | 4.6.0 |
| Ultimo Aggiornamento | 2023-11-15 |
| Data di Pubblicazione | 2020-04-17 |
| Valutazione | 4.03/5 Totale 35 Valutazioni |
| Sviluppatore | https://gonoter.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://gonoter.com/ |
| Lingue Supportate | 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"
} | |