Backcare companion
This is backcare companion
Was ist Backcare companion?
Backcare companion ist eine Chrome-Erweiterung, die von Innocreo entwickelt wurde, und ihr Hauptmerkmal ist "This is backcare companion".
Erweiterungsscreenshots
Backcare companion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Backcare companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Backcare Companion is a Google extension that comprised of a guided muscle strengthening exercises using sets of instructions. It acts as a personal assistant to care and relieve pain via daily guided exercises according to certain setting customization. The application comprises a behaviour alert to keep user active promote good posture. The extension is currently in version 0.1 (beta). There will be updates for more exercises and features!
Grundlegende Informationen zur Erweiterung
Name | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
Offizielle URL | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
Beschreibung | This is backcare companion |
Dateigröße | 3.37 MB |
Installationsanzahl | 26 |
Aktuelle Version | 0.1 |
Letztes Update | 2013-08-14 |
Veröffentlichungsdatum | 2013-08-14 |
Bewertung | 4.17/5 Insgesamt 6 Bewertungen |
Entwickler | Innocreo |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backcare companion", "version": "0.1", "manifest_version": 2, "description": "This is backcare companion", "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "permissions": [ "tabs", "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |