Backcare companion
This is backcare companion
Qu'est-ce que Backcare companion ?
Backcare companion est une extension Chrome développée par Innocreo, et sa fonction principale est "This is backcare companion".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Backcare companion
Téléchargez les fichiers d'extension Backcare companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
URL Officiel | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
Description | This is backcare companion |
Taille du Fichier | 3.37 MB |
Nombre d'Installations | 26 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-08-14 |
Date de Publication | 2013-08-14 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | Innocreo |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |