CGM TIR
Monitor your Nightscout SGV via a toolbar icon and desktop alerts.
CGM TIRคืออะไร?
CGM TIR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CGM TIR และคุณลักษณะหลักของมันคือ "Monitor your Nightscout SGV via a toolbar icon and desktop alerts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CGM TIR
ดาวน์โหลดไฟล์ส่วนขยาย CGM TIR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |