Garmin Analytics

Enjoy your activities results with Garmin Analytics.

Garmin Analyticsとは何ですか?

Garmin Analyticsはvolodymyr.budnyiによって開発されたChromeの拡張機能で、その主な機能は「Enjoy your activities results with Garmin Analytics.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Garmin Analytics拡張機能のCRXファイルをダウンロード

Garmin Analytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Garmin Analytics Garmin Analytics
ID eldndomlleheiajlfhijbljgbklcpfji
公式URL https://chromewebstore.google.com/detail/garmin-analytics/eldndomlleheiajlfhijbljgbklcpfji
説明 Enjoy your activities results with Garmin Analytics.
ファイルサイズ 774 KB
インストール数 129
現在のバージョン 1.0.2
最終更新日 2023-10-24
公開日 2022-12-17
評価 5.00/5 合計 1 レビュー
開発者 volodymyr.budnyi
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.termsfeed.com/live/13bd60fe-c28d-48a9-ab0c-8708adc069ca
対応言語 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": [
                ""
            ]
        }
    ]
}