CGM TIR
Monitor your Nightscout SGV via a toolbar icon and desktop alerts.
CGM TIR란 무엇입니까?
CGM TIR은(는) CGM TIR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor your Nightscout SGV via a toolbar icon and desktop alerts."입니다.
확장 프로그램 스크린샷
CGM TIR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you find this extension helpful please consider donating to show your support at https://www.buymeacoffee.com/cgmtir or https://www.paypal.me/CGMTIR Also check out our Garmin watch face https://apps.garmin.com/en-US/apps/38c13f6f-3f68-4a08-b58b-1e1089292a6f and watch app https://apps.garmin.com/en-US/apps/a2eebcac-d18a-4227-a143-cd333cf89b55 Get support from our Facebook group https://www.facebook.com/groups/cgmtir
확장 프로그램 기본 정보
이름 | CGM TIR |
ID | emfbakamepgfgkmhlbffpmbkghdhkehb |
공식 URL | https://chromewebstore.google.com/detail/cgm-tir/emfbakamepgfgkmhlbffpmbkghdhkehb |
설명 | Monitor your Nightscout SGV via a toolbar icon and desktop alerts. |
파일 크기 | 164 KB |
설치 횟수 | 299 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2022-06-07 |
출시 날짜 | 2021-12-09 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | CGM TIR |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.buymeacoffee.com/cgmtir |
도움말 페이지 URL | https://www.facebook.com/groups/cgmtir |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "\/icons\/16.png", "24": "\/icons\/24.png", "32": "\/icons\/32.png" }, "default_popup": "popup.html", "default_title": "CGM TIR" }, "author": "[email protected]", "background": { "service_worker": "background.js" }, "description": "Monitor your Nightscout SGV via a toolbar icon and desktop alerts.", "homepage_url": "https:\/\/www.buymeacoffee.com\/cgmtir", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "incognito": "spanning", "manifest_version": 3, "name": "CGM TIR", "offline_enabled": false, "options_page": "options.html", "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "alarms", "background", "notifications", "storage" ], "short_name": "CGM TIR", "version": "0.1.7", "version_name": "0.1.7" } |