Strava companion

Upgrade Strava features with free analytics and visualisation tools.

Cos'è Strava companion?

Strava companion è un'estensione di Chrome sviluppata da https://myworkoutcompanion.net, e la sua funzione principale è "Upgrade Strava features with free analytics and visualisation tools.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Strava companion

Scarica i file di estensione Strava companion 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

                        My Workout Companion is free analytics tool which upgrades functionality of Strava.

It offers data visualization with graphs and yearly, monthly summaries of your workouts. It enables you to create detailed analysis of your workouts. There is option to generate photos with wathermark of workout data. Favorite activites can be tagged in order to easly find them.
Activites can now be displayed on calendar, each sport has its own color, making users easier to recognize differt activity types.                    

Informazioni di Base sull'Estensione

Nome Strava companion Strava companion
ID iofmdbplgbhomldnioejpadojjnalicc
URL Ufficiale https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc
Descrizione Upgrade Strava features with free analytics and visualisation tools.
Dimensione del File 41.86 KB
Conteggio Installazioni 92
Versione Corrente 1.0.2
Ultimo Aggiornamento 2024-01-13
Data di Pubblicazione 2023-05-06
Sviluppatore https://myworkoutcompanion.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://myworkoutcompanion.net/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Strava companion",
    "description": "Upgrade Strava features with free analytics and visualisation tools.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}