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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Strava Dash - Detailed Club Leaderboards
قم بتنزيل ملفات الامتداد Strava Dash - Detailed Club Leaderboards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } ] } |