TrainingPeaks Weekly Progress
Shows current weekly progress relative to planned values on TrainingPeaks calendar.
What is TrainingPeaks Weekly Progress?
TrainingPeaks Weekly Progress is a Chrome extension developed by tedbrakob, and its main feature is "Shows current weekly progress relative to planned values on TrainingPeaks calendar.".
Extension Screenshots
Download TrainingPeaks Weekly Progress Extension CRX File
Download TrainingPeaks Weekly Progress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds indicators in the summary pane of the TrainingPeaks calendar page to show current progress toward weekly workout plans
Extension Basic Information
Name | TrainingPeaks Weekly Progress |
ID | aoiedkonejnpfmbbeofgdkfafegdllaa |
Official URL | https://chromewebstore.google.com/detail/trainingpeaks-weekly-prog/aoiedkonejnpfmbbeofgdkfafegdllaa |
Description | Shows current weekly progress relative to planned values on TrainingPeaks calendar. |
File Size | 128 KB |
Installation Count | 95 |
Current Version | 1.0.1 |
Last Updated | 2022-02-24 |
Publish Date | 2022-02-24 |
Developer | tedbrakob |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tedbrakob/training-peaks-weekly-progress |
Supported Languages | 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" } } |