Garminbadges Updater

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

什麼是Garminbadges Updater?

Garminbadges Updater是由https://garminbadges.com開發的Chrome擴展程式,該擴展的主要功能是“Updates the Garmin Badge Database with your data from Garmin Connect!”。

擴展截圖

screenshot

下載Garminbadges Updater擴展crx文件

下載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
官方網址 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
    }
}