Garmin Connect Workout Scheduler

Garmin Connect Workout Scheduler

What is Garmin Connect Workout Scheduler?

Garmin Connect Workout Scheduler is a Chrome extension developed by https://js231sp.com, and its main feature is "Garmin Connect Workout Scheduler".

Extension Screenshots

screenshot
screenshot
screenshot

Download Garmin Connect Workout Scheduler Extension CRX File

Download Garmin Connect Workout Scheduler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Garmin Connect Workout Scheduler Garmin Connect Workout Scheduler
ID odgdfpclpfmmemajpmgfipfdfmjgihac
Official URL https://chromewebstore.google.com/detail/garmin-connect-workout-sc/odgdfpclpfmmemajpmgfipfdfmjgihac
Description Garmin Connect Workout Scheduler
File Size 207 KB
Installation Count 260
Current Version 1.0.20
Last Updated 2024-02-12
Publish Date 2022-06-17
Rating 4.33/5 Total 3 Ratings
Developer https://js231sp.com
Email [email protected]
Payment Type free
Extension Website https://github.com/DariuS231/D43.GarminConnect.Scheduler
Help Page URL https://github.com/DariuS231/D43.GarminConnect.Scheduler/issues
Supported Languages 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"
    }
}