TrainingPeaks Weekly Progress

Shows current weekly progress relative to planned values on TrainingPeaks calendar.

TrainingPeaks Weekly Progress là gì?

TrainingPeaks Weekly Progress là một tiện ích mở rộng Chrome được phát triển bởi tedbrakob, và tính năng chính của nó là "Shows current weekly progress relative to planned values on TrainingPeaks calendar.".

Ả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 TrainingPeaks Weekly Progress

Tải xuống các tệp mở rộng TrainingPeaks Weekly Progress 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

                        Adds indicators in the summary pane of the TrainingPeaks calendar page to show current progress toward weekly workout plans                    

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

Tên TrainingPeaks Weekly Progress TrainingPeaks Weekly Progress
ID aoiedkonejnpfmbbeofgdkfafegdllaa
URL Chính Thức https://chromewebstore.google.com/detail/trainingpeaks-weekly-prog/aoiedkonejnpfmbbeofgdkfafegdllaa
Mô tả Shows current weekly progress relative to planned values on TrainingPeaks calendar.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-24
Ngày Phát Hành 2022-02-24
Nhà Phát Triển tedbrakob
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tedbrakob/training-peaks-weekly-progress
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrainingPeaks Weekly Progress",
    "version": "1.0.1",
    "description": "Shows current weekly progress relative to planned values on TrainingPeaks calendar.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.trainingpeaks.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "weekly-progress.js"
            ],
            "matches": [
                "*:\/\/app.trainingpeaks.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}