Share your Garmin Connect workout

Share your personal workout on Garmin Connect with other users

什麼是Share your Garmin Connect workout?

Share your Garmin Connect workout是由filippo.pisano開發的Chrome擴展程式,該擴展的主要功能是“Share your personal workout on Garmin Connect with other users”。

擴展截圖

screenshot

下載Share your Garmin Connect workout擴展crx文件

下載Share your Garmin Connect workout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Share your Garmin Connect workout Share your Garmin Connect workout
ID kdpolhnlnkengkmfncjdbfdehglepmff
官方網址 https://chromewebstore.google.com/detail/share-your-garmin-connect/kdpolhnlnkengkmfncjdbfdehglepmff
簡介 Share your personal workout on Garmin Connect with other users
檔案大小 156 KB
安裝次數 10,495
目前版本 1.1.1
更新時間 2023-12-01
上架時間 2020-02-20
評分 4.54/5 共 41 次評分
開發者 filippo.pisano
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/fulippo/share-your-garmin-workout/blob/master/privacy-policy.md
支援的語言 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
}