Strava companion

Upgrade Strava features with free analytics and visualisation tools.

Was ist Strava companion?

Strava companion ist eine Chrome-Erweiterung, die von https://myworkoutcompanion.net entwickelt wurde, und ihr Hauptmerkmal ist "Upgrade Strava features with free analytics and visualisation tools.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Strava companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Strava companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Strava companion Strava companion
ID iofmdbplgbhomldnioejpadojjnalicc
Offizielle URL https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc
Beschreibung Upgrade Strava features with free analytics and visualisation tools.
Dateigröße 41.86 KB
Installationsanzahl 92
Aktuelle Version 1.0.2
Letztes Update 2024-01-13
Veröffentlichungsdatum 2023-05-06
Entwickler https://myworkoutcompanion.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://myworkoutcompanion.net/
Unterstützte Sprachen 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"
    }
}