Garminbadges Updater

Updates the Garmin Badge Database with your data from Garmin Connect!

Garminbadges Updater क्या है?

Garminbadges Updater https://garminbadges.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Updates the Garmin Badge Database with your data from Garmin Connect!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Garminbadges Updater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Garminbadges Updater updates Garmin Badge Database (https://garminbadges.com) with your badge and challenge data from Garmin Connect.

1. Install the extension
2. Enter username and email address for your garminbadges.com account
3. Browse to Garmin Connect (https://connect.garmin.com) and login
4. Click the extension to display the Update button
5. Click the Update button and wait until you get the message that the update is finished

Every time you got updated badge or challenge data you just press the Update button and Garmin Badge Database will be updated with your latest data.                    

एक्सटेंशन की मूल जानकारी

नाम Garminbadges Updater Garminbadges Updater
ID leapndollacahbkeedifbljmamdfljna
आधिकारिक URL https://chromewebstore.google.com/detail/garminbadges-updater/leapndollacahbkeedifbljmamdfljna
विवरण Updates the Garmin Badge Database with your data from Garmin Connect!
फ़ाइल का आकार 1.44 MB
स्थापना संख्या 1,260
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2023-03-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://garminbadges.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://garminbadges.com
सहायता पृष्ठ URL https://garminbadges.com
गोपनीयता नीति पृष्ठ URL https://garminbadges.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Garminbadges Updater",
    "description": "Updates the Garmin Badge Database with your data from Garmin Connect!",
    "version": "1.5.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/garminbadges.com",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "",
        "https:\/\/garminbadges.com\/api\/*",
        "*:\/\/connect.garmin.com\/modern\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}