GCW and Strava Kudo All

Give kudos to your elite athletes friends in one click

Τι είναι το GCW and Strava Kudo All;

Το GCW and Strava Kudo All είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://newrathon.com, και η κύρια λειτουργία του είναι "Give kudos to your elite athletes friends in one click".

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

screenshot

Λήψη αρχείου CRX της επέκτασης GCW and Strava Kudo All

Λήψη αρχείων επέκτασης GCW and Strava Kudo All σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        # GCW & Strava Kudo All

It's an Extension to give kudos to your elite athletes friends in one click in GCW(Garmin Connect Web) (https://connect.garmin.com/modern/newsfeed) or 
 Strava(https://www.strava.com/dashboard)

## FAQ

### Where is the one click button?

- In GCW, it is on the up-right nav bar next to Upload Activities.
- In Strava, is on the up-right nav bar next to Subscribe or button

### Valid domains and urls

For GCW, these domains are valid

- https://connect.garmin.com/modern/newsfeed
- https://connect.garmin.cn/modern/newsfeed
- https://connectus.garmin.cn/modern/newsfeed

For Strava, only https://www.strava.com is valid.

### What is the kudos range?

It merely kudos the activity cards on your screen. If you want to do more, please scroll your screen and click the button on the nav bar.

### What is the points of kudos?

- Spread your love.
- Encourage your elite athletes friends.

### Can you support auto kudo?

Nope. Giving "kudos" to athletes one current screen in one click is already a very quick and efficient operation. Still, we need to retain some sense of ritual. If everything is automated, where is the fun in that?

## Support me

Buy me a coffee -> https://www.buymeacoffee.com/lichuanyi

## Credit

- [Kudo All for Strava](https://github.com/tciles/kudo-all)
- [Chrome Extension Icon Generator](https://alexleybourne.github.io/chrome-extension-icon-generator/)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GCW and Strava Kudo All GCW and Strava Kudo All
ID folhiecfhnmdniibjjcfogpdoafdamoc
Επίσημο URL https://chromewebstore.google.com/detail/gcw-and-strava-kudo-all/folhiecfhnmdniibjjcfogpdoafdamoc
Περιγραφή Give kudos to your elite athletes friends in one click
Μέγεθος Αρχείου 13.87 KB
Αριθμός Εγκαταστάσεων 198
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-08-10
Ημερομηνία Δημοσίευσης 2023-08-07
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://newrathon.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kudoall.li2niu.com
Διεύθυνση URL της Σελίδας Βοήθειας https://kudoall.li2niu.com
URL της Σελίδας Πολιτικής Απορρήτου https://kudoall.li2niu.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.2",
    "description": "__MSG_AppDescription__",
    "default_locale": "en_US",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.garmin.com\/*",
                "*:\/\/connect.garmin.cn\/*",
                "*:\/\/connectus.garmin.cn\/*",
                "*:\/\/*.strava.com\/*"
            ],
            "js": [
                "kudoall.js"
            ]
        }
    ]
}