Garmin Analytics
Enjoy your activities results with Garmin Analytics.
Garmin Analytics란 무엇입니까?
Garmin Analytics은(는) volodymyr.budnyi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy your activities results with Garmin Analytics."입니다.
확장 프로그램 스크린샷
Garmin Analytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |