Garminbadges Updater

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

Garminbadges Updater là gì?

Garminbadges Updater là một tiện ích mở rộng Chrome được phát triển bởi https://garminbadges.com, và tính năng chính của nó là "Updates the Garmin Badge Database with your data from Garmin Connect!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Garminbadges Updater

Tải xuống các tệp mở rộng Garminbadges Updater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Garminbadges Updater Garminbadges Updater
ID leapndollacahbkeedifbljmamdfljna
URL Chính Thức https://chromewebstore.google.com/detail/garminbadges-updater/leapndollacahbkeedifbljmamdfljna
Mô tả Updates the Garmin Badge Database with your data from Garmin Connect!
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 1,260
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2023-03-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://garminbadges.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://garminbadges.com
URL Trang Trợ Giúp https://garminbadges.com
URL Trang Chính Sách Bảo Mật https://garminbadges.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}