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란 무엇입니까?

Garmin Connect training share은(는) pecaj.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Garmin Connect training share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Garmin Connect training share Garmin Connect training share
ID eifpkcoofcgpichllembbenjkfcgnfde
공식 URL https://chromewebstore.google.com/detail/garmin-connect-training-s/eifpkcoofcgpichllembbenjkfcgnfde
설명 Extension enables training sharing. Share training via email, facebook or any chat platform due to using stringified JSON format.
파일 크기 55.15 KB
설치 횟수 469
현재 버전 1.3
최근 업데이트 2024-02-21
출시 날짜 2021-03-06
평점 3.50/5 총 2 개의 평점
개발자 pecaj.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}