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
官方URL 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
}