Strava companion

Upgrade Strava features with free analytics and visualisation tools.

Wat is Strava companion?

Strava companion is een Chrome-extensie ontwikkeld door https://myworkoutcompanion.net, en de belangrijkste functie is "Upgrade Strava features with free analytics and visualisation tools.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Strava companion

Download Strava companion-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

                        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.                    

Basisinformatie over de Extensie

Naam Strava companion Strava companion
ID iofmdbplgbhomldnioejpadojjnalicc
Officiële URL https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc
Beschrijving Upgrade Strava features with free analytics and visualisation tools.
Bestandsgrootte 41.86 KB
Aantal Installaties 92
Huidige Versie 1.0.2
Laatst Bijgewerkt 2024-01-13
Publicatiedatum 2023-05-06
Ontwikkelaar https://myworkoutcompanion.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://myworkoutcompanion.net/
Ondersteunde Talen 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"
    }
}