Share your Garmin Connect workout

Share your personal workout on Garmin Connect with other users

Co je Share your Garmin Connect workout?

Share your Garmin Connect workout je rozšíření Chrome vyvinuté filippo.pisano, a jeho hlavní funkcí je „Share your personal workout on Garmin Connect with other users“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Share your Garmin Connect workout

Stáhněte si soubory rozšíření Share your Garmin Connect workout ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Share your Garmin Connect workout Share your Garmin Connect workout
ID kdpolhnlnkengkmfncjdbfdehglepmff
Oficiální URL https://chromewebstore.google.com/detail/share-your-garmin-connect/kdpolhnlnkengkmfncjdbfdehglepmff
Popis Share your personal workout on Garmin Connect with other users
Velikost souboru 156 KB
Počet instalací 10,495
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-12-01
Datum Vydání 2020-02-20
Hodnocení 4.54/5 Celkem 41 Hodnocení
Vývojář filippo.pisano
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/fulippo/share-your-garmin-workout/blob/master/privacy-policy.md
Podporované Jazyky 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
}