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
电子邮箱 [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"
            ]
        }
    ]
}