Strava Dash - Detailed Club Leaderboards

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

Strava Dash - Detailed Club Leaderboardsとは何ですか?

Strava Dash - Detailed Club Leaderboardsはphil_tdによって開発されたChromeの拡張機能で、その主な機能は「Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Strava Dash - Detailed Club Leaderboards拡張機能のCRXファイルをダウンロード

Strava Dash - Detailed Club Leaderboards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Strava Dash - Detailed Club Leaderboards Strava Dash - Detailed Club Leaderboards
ID aohjinffnbifogohlkemleiephaonikm
公式URL https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm
説明 Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
ファイルサイズ 135 KB
インストール数 98
現在のバージョン 1.0.3
最終更新日 2022-02-24
公開日 2022-02-23
開発者 phil_td
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}