Garmin Analytics

Enjoy your activities results with Garmin Analytics.

What is Garmin Analytics?

Garmin Analytics is a Chrome extension developed by volodymyr.budnyi, and its main feature is "Enjoy your activities results with Garmin Analytics.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Garmin Analytics Extension CRX File

Download Garmin Analytics 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

                        It’s an addition to your Garmin Connect platform that allows you to have a dashboard with multiple widgets based on your activity data! Now your motivation will be even more powerful!

Overview: https://medium.com/@volodymyr.budnyi/overview-of-garmin-analytics-extension-for-google-chrome-489917e01ac5

Note: if you're are not seeing an extension and 'Page not found' is displayed, please disable the AdBlock for this page.                    

Extension Basic Information

Name Garmin Analytics Garmin Analytics
ID eldndomlleheiajlfhijbljgbklcpfji
Official URL https://chromewebstore.google.com/detail/garmin-analytics/eldndomlleheiajlfhijbljgbklcpfji
Description Enjoy your activities results with Garmin Analytics.
File Size 774 KB
Installation Count 129
Current Version 1.0.2
Last Updated 2023-10-24
Publish Date 2022-12-17
Rating 5.00/5 Total 1 Ratings
Developer volodymyr.budnyi
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.termsfeed.com/live/13bd60fe-c28d-48a9-ab0c-8708adc069ca
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Garmin Analytics",
    "description": "Enjoy your activities results with Garmin Analytics.",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/connect.garmin.com\/modern\/*"
            ],
            "js": [
                "background.garmin.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}