Garminbadges Updater

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

Garminbadges Updaterคืออะไร?

Garminbadges Updater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://garminbadges.com และคุณลักษณะหลักของมันคือ "Updates the Garmin Badge Database with your data from Garmin Connect!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Garminbadges Updater

ดาวน์โหลดไฟล์ส่วนขยาย Garminbadges Updater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}