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 - это расширение Chrome, разработанное phil_td, и его основная функция - "Generate detailed and personalized Leaderboards for your Strava Club. This extension adds another level to your Strava…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Strava Dash - Detailed Club Leaderboards

Скачайте файлы расширений 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"
            ]
        }
    ]
}