Strava Dash - Detailed Club Leaderboards
Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
What is Strava Dash - Detailed Club Leaderboards?
Strava Dash - Detailed Club Leaderboards is a Chrome extension developed by phil_td, and its main feature is "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".
Extension Screenshots
Download Strava Dash - Detailed Club Leaderboards Extension CRX File
Download Strava Dash - Detailed Club Leaderboards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Strava Dash - Detailed Club Leaderboards |
ID | aohjinffnbifogohlkemleiephaonikm |
Official URL | https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm |
Description | Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava… |
File Size | 135 KB |
Installation Count | 98 |
Current Version | 1.0.3 |
Last Updated | 2022-02-24 |
Publish Date | 2022-02-23 |
Developer | phil_td |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |