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 là gì?

Strava Dash - Detailed Club Leaderboards là một tiện ích mở rộng Chrome được phát triển bởi phil_td, và tính năng chính của nó là "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Strava Dash - Detailed Club Leaderboards

Tải xuống các tệp mở rộng Strava Dash - Detailed Club Leaderboards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Strava Dash - Detailed Club Leaderboards Strava Dash - Detailed Club Leaderboards
ID aohjinffnbifogohlkemleiephaonikm
URL Chính Thức https://chromewebstore.google.com/detail/strava-dash-detailed-club/aohjinffnbifogohlkemleiephaonikm
Mô tả Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-02-24
Ngày Phát Hành 2022-02-23
Nhà Phát Triển phil_td
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}