Garmin Analytics

Enjoy your activities results with Garmin Analytics.

Co je Garmin Analytics?

Garmin Analytics je rozšíření Chrome vyvinuté volodymyr.budnyi, a jeho hlavní funkcí je „Enjoy your activities results with Garmin Analytics.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Garmin Analytics

Stáhněte si soubory rozšíření Garmin Analytics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Garmin Analytics Garmin Analytics
ID eldndomlleheiajlfhijbljgbklcpfji
Oficiální URL https://chromewebstore.google.com/detail/garmin-analytics/eldndomlleheiajlfhijbljgbklcpfji
Popis Enjoy your activities results with Garmin Analytics.
Velikost souboru 774 KB
Počet instalací 129
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-10-24
Datum Vydání 2022-12-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář volodymyr.budnyi
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.termsfeed.com/live/13bd60fe-c28d-48a9-ab0c-8708adc069ca
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}