Share your Garmin Connect workout
Share your personal workout on Garmin Connect with other users
Share your Garmin Connect workout là gì?
Share your Garmin Connect workout là một tiện ích mở rộng Chrome được phát triển bởi filippo.pisano, và tính năng chính của nó là "Share your personal workout on Garmin Connect with other users".
Ả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 Share your Garmin Connect workout
Tải xuống các tệp mở rộng Share your Garmin Connect workout 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
Add share/import capabilities to the Garmin Connect website. Sharing you workout becomes really easy. Simply create your personal workout as always and click on the "Download" button inside the page. Send the json file to your friends to let them import it in their Garmin Connect profile.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Share your Garmin Connect workout |
ID | kdpolhnlnkengkmfncjdbfdehglepmff |
URL Chính Thức | https://chromewebstore.google.com/detail/share-your-garmin-connect/kdpolhnlnkengkmfncjdbfdehglepmff |
Mô tả | Share your personal workout on Garmin Connect with other users |
Kích Thước Tệp | 156 KB |
Số Lần Cài Đặt | 10,495 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-12-01 |
Ngày Phát Hành | 2020-02-20 |
Đánh Giá | 4.54/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | filippo.pisano |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/fulippo/share-your-garmin-workout/blob/master/privacy-policy.md |
Ngôn Ngữ Được Hỗ Trợ | en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share your Garmin Connect workout", "version": "1.1.1", "description": "Share your personal workout on Garmin Connect with other users", "author": "Filippo Pisano", "default_locale": "en", "action": { "default_icon": { "16": "icons\/gsyw_16.png", "24": "icons\/gsyw_24.png", "32": "icons\/gsyw_32.png", "48": "icons\/gsyw_48.png", "128": "icons\/gsyw_128.png" }, "default_popup": "popup.html", "default_title": "About" }, "content_scripts": [ { "matches": [ "https:\/\/connect.garmin.com\/*", "https:\/\/connect.garmin.cn\/*" ], "run_at": "document_idle", "js": [ "garmin-inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "share-your-workout.js" ], "matches": [ "https:\/\/connect.garmin.com\/*", "https:\/\/connect.garmin.cn\/*" ] } ], "permissions": [], "host_permissions": [ "*:\/\/connect.garmin.com\/*", "*:\/\/connect.garmin.cn\/*" ], "manifest_version": 3 } |