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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον filippo.pisano, και η κύρια λειτουργία του είναι "Share your personal workout on Garmin Connect with other users".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Share your Garmin Connect workout

Λήψη αρχείων επέκτασης 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
}