Strava Dash - Detailed Club Leaderboards

Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…

Wat is Strava Dash - Detailed Club Leaderboards?

Strava Dash - Detailed Club Leaderboards is een Chrome-extensie ontwikkeld door phil_td, en de belangrijkste functie is "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Strava Dash - Detailed Club Leaderboards

Download Strava Dash - Detailed Club Leaderboards-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

                        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.                    

Basisinformatie over de Extensie

Naam Strava Dash - Detailed Club Leaderboards Strava Dash - Detailed Club Leaderboards
ID aohjinffnbifogohlkemleiephaonikm
Officiële URL https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm
Beschrijving Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
Bestandsgrootte 135 KB
Aantal Installaties 98
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-02-24
Publicatiedatum 2022-02-23
Ontwikkelaar phil_td
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}