CGM TIR
Monitor your Nightscout SGV via a toolbar icon and desktop alerts.
Wat is CGM TIR?
CGM TIR is een Chrome-extensie ontwikkeld door CGM TIR, en de belangrijkste functie is "Monitor your Nightscout SGV via a toolbar icon and desktop alerts.".
Extensie Screenshots
Download het CRX-bestand van de extensie CGM TIR
Download CGM TIR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | CGM TIR |
ID | emfbakamepgfgkmhlbffpmbkghdhkehb |
Officiële URL | https://chromewebstore.google.com/detail/cgm-tir/emfbakamepgfgkmhlbffpmbkghdhkehb |
Beschrijving | Monitor your Nightscout SGV via a toolbar icon and desktop alerts. |
Bestandsgrootte | 164 KB |
Aantal Installaties | 299 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2022-06-07 |
Publicatiedatum | 2021-12-09 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | CGM TIR |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.buymeacoffee.com/cgmtir |
Help Pagina-URL | https://www.facebook.com/groups/cgmtir |
Ondersteunde Talen | 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" } |