Backcare companion
This is backcare companion
What is Backcare companion?
Backcare companion is a Chrome extension developed by Innocreo, and its main feature is "This is backcare companion".
Extension Screenshots
Download Backcare companion Extension CRX File
Download Backcare companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
Official URL | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
Description | This is backcare companion |
File Size | 3.37 MB |
Installation Count | 26 |
Current Version | 0.1 |
Last Updated | 2013-08-14 |
Publish Date | 2013-08-14 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Innocreo |
Payment Type | free |
Supported Languages | 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" ] } } |