Garmin Analytics

Enjoy your activities results with Garmin Analytics.

Garmin Analyticsคืออะไร?

Garmin Analytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย volodymyr.budnyi และคุณลักษณะหลักของมันคือ "Enjoy your activities results with Garmin Analytics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Garmin Analytics

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}