Garmin Connect Workout Scheduler
Garmin Connect Workout Scheduler
Garmin Connect Workout Scheduler là gì?
Garmin Connect Workout Scheduler là một tiện ích mở rộng Chrome được phát triển bởi https://js231sp.com, và tính năng chính của nó là "Garmin Connect Workout Scheduler".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Garmin Connect Workout Scheduler
Tải xuống các tệp mở rộng Garmin Connect Workout Scheduler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Garmin Connect Workout Scheduler |
ID | odgdfpclpfmmemajpmgfipfdfmjgihac |
URL Chính Thức | https://chromewebstore.google.com/detail/garmin-connect-workout-sc/odgdfpclpfmmemajpmgfipfdfmjgihac |
Mô tả | Garmin Connect Workout Scheduler |
Kích Thước Tệp | 207 KB |
Số Lần Cài Đặt | 260 |
Phiên Bản Hiện Tại | 1.0.20 |
Cập Nhật Lần Cuối | 2024-02-12 |
Ngày Phát Hành | 2022-06-17 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://js231sp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DariuS231/D43.GarminConnect.Scheduler |
URL Trang Trợ Giúp | https://github.com/DariuS231/D43.GarminConnect.Scheduler/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |