Garmin Connect Workout Scheduler

Garmin Connect Workout Scheduler

Garmin Connect Workout Schedulerคืออะไร?

Garmin Connect Workout Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://js231sp.com และคุณลักษณะหลักของมันคือ "Garmin Connect Workout Scheduler"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Garmin Connect Workout Scheduler

ดาวน์โหลดไฟล์ส่วนขยาย Garmin Connect Workout Scheduler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension to add the ability to schedule workouts recursively on Garmin Connect to the users.

Users will be able to schedule workouts Daily, Weekly or Monthly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Garmin Connect Workout Scheduler Garmin Connect Workout Scheduler
ID odgdfpclpfmmemajpmgfipfdfmjgihac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/garmin-connect-workout-sc/odgdfpclpfmmemajpmgfipfdfmjgihac
คำอธิบาย Garmin Connect Workout Scheduler
ขนาดไฟล์ 207 KB
จำนวนการติดตั้ง 260
เวอร์ชันปัจจุบัน 1.0.20
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2022-06-17
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://js231sp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DariuS231/D43.GarminConnect.Scheduler
URL หน้าช่วยเหลือ https://github.com/DariuS231/D43.GarminConnect.Scheduler/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Garmin Connect Workout Scheduler",
    "description": "Garmin Connect Workout Scheduler",
    "version": "1.0.20",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/connect.garmin.com\/*"
            ],
            "css": [
                "index.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}