Strava Clubs Reports
Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
Vad är Strava Clubs Reports?
Strava Clubs Reports är en Chrome-tillägg utvecklad av https://gonoter.com, och dess huvudfunktion är "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page".
Tilläggsskärmbilder
Ladda ner Strava Clubs Reports-förlängningens CRX-fil
Ladda ner Strava Clubs Reports-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lgflepkbehloedhbiajhlaecldnijpjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd |
| Beskrivning | Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page |
| Filstorlek | 57.55 KB |
| Antal Installationer | 2,683 |
| Aktuell Version | 4.6.0 |
| Senast Uppdaterad | 2023-11-15 |
| Publiceringsdatum | 2020-04-17 |
| Betyg | 4.03/5 Totalt 35 Betyg |
| Utvecklare | https://gonoter.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://gonoter.com/ |
| Stödda Språk | 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"
} | |