Strava Clubs Reports

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

O que é Strava Clubs Reports?

Strava Clubs Reports é uma extensão do Chrome desenvolvida por https://gonoter.com, e sua principal característica é "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Strava Clubs Reports

Baixe arquivos de extensão Strava Clubs Reports no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Strava Clubs Reports Strava Clubs Reports
ID lgflepkbehloedhbiajhlaecldnijpjd
URL Oficial https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd
Descrição Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
Tamanho do Arquivo 57.55 KB
Contagem de Instalações 2,683
Versão Atual 4.6.0
Última Atualização 2023-11-15
Data de Publicação 2020-04-17
Classificação 4.03/5 Total de 35 Avaliações
Desenvolvedor https://gonoter.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gonoter.com/
Idiomas Suportados 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"
}