Strava Dash - Detailed Club Leaderboards

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

Cos'è Strava Dash - Detailed Club Leaderboards?

Strava Dash - Detailed Club Leaderboards è un'estensione di Chrome sviluppata da phil_td, e la sua funzione principale è "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Strava Dash - Detailed Club Leaderboards

Scarica i file di estensione Strava Dash - Detailed Club Leaderboards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Strava Dash - Detailed Club Leaderboards Strava Dash - Detailed Club Leaderboards
ID aohjinffnbifogohlkemleiephaonikm
URL Ufficiale https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm
Descrizione Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
Dimensione del File 135 KB
Conteggio Installazioni 98
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-02-24
Data di Pubblicazione 2022-02-23
Sviluppatore phil_td
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}