Strava Dash - Detailed Club Leaderboards
Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
Hvad er Strava Dash - Detailed Club Leaderboards?
Strava Dash - Detailed Club Leaderboards er en Chrome-udvidelse udviklet af phil_td, og dens hovedfunktion er "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".
Udvidelsesskærmbilleder
Download Strava Dash - Detailed Club Leaderboards-udvidelses-CRX-fil
Download Strava Dash - Detailed Club Leaderboards-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Strava Dash - Detailed Club Leaderboards |
ID | aohjinffnbifogohlkemleiephaonikm |
Officiel URL | https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm |
Beskrivelse | Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava… |
Filstørrelse | 135 KB |
Antal Installationer | 98 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2022-02-24 |
Udgivelsesdato | 2022-02-23 |
Udvikler | phil_td |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |