Strava Dash - Detailed Club Leaderboards
Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
Was ist Strava Dash - Detailed Club Leaderboards?
Strava Dash - Detailed Club Leaderboards ist eine Chrome-Erweiterung, die von phil_td entwickelt wurde, und ihr Hauptmerkmal ist "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".
Erweiterungsscreenshots
Strava Dash - Detailed Club Leaderboards-Erweiterungs-CRX-Datei herunterladen
Laden Sie Strava Dash - Detailed Club Leaderboards-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
Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava Leaderboard as it allows you to see more than just the top Runner, Cyclist. Walking, Hiking, Rowing are now included in this dashboard and you can also see your total club's distance and time recorded. Great for small clubs and work places who want some friendly competition.
Grundlegende Informationen zur Erweiterung
Name | Strava Dash - Detailed Club Leaderboards |
ID | aohjinffnbifogohlkemleiephaonikm |
Offizielle URL | https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm |
Beschreibung | Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava… |
Dateigröße | 135 KB |
Installationsanzahl | 98 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2022-02-24 |
Veröffentlichungsdatum | 2022-02-23 |
Entwickler | phil_td |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Strava Dash - Detailed Club Leaderboards", "version": "1.0.3", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "main.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.strava.com\/clubs\/*" ], "js": [ "dashboard.js" ] } ] } |