Garmin Connect training share

Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format.

Garmin Connect training share là gì?

Garmin Connect training share là một tiện ích mở rộng Chrome được phát triển bởi pecaj.dev, và tính năng chính của nó là "Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Garmin Connect training share

Tải xuống các tệp mở rộng Garmin Connect training share 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

                        Want to share your workout with friends?
- Just pick one you want to share and click on share icon. Training is copied to clipboard/console and you can share it via pasting it anywhere you wish.

You want to import training?
- Just copy training to your clipboard (ctrl+c) and click to Import in Workout submenu. Then chose what is going to happen. Only import? Or rather import and send to desired device? As you wish!

Do you want to help me with locale for your language? I will be glad for any help and opinion.

update v 1.3: fixed export/import issue caused by security changes in garmin connect webpage                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Garmin Connect training share Garmin Connect training share
ID eifpkcoofcgpichllembbenjkfcgnfde
URL Chính Thức https://chromewebstore.google.com/detail/garmin-connect-training-s/eifpkcoofcgpichllembbenjkfcgnfde
Mô tả Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format.
Kích Thước Tệp 55.15 KB
Số Lần Cài Đặt 469
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2021-03-06
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pecaj.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "author": "Jakub Peca",
    "description": "__MSG_description__",
    "version": "1.3",
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/connect.garmin.com\/modern\/*"
            ],
            "js": [
                "source\/js.js"
            ],
            "css": [
                "source\/css.css"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}