Garmin Connect Workout Scheduler
Garmin Connect Workout Scheduler
什么是Garmin Connect Workout Scheduler?
Garmin Connect Workout Scheduler是由https://js231sp.com开发的Chrome扩展程序,该扩展的主要功能是“Garmin Connect Workout Scheduler”。
扩展截图
下载Garmin Connect Workout Scheduler扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |