Backcare companion
This is backcare companion
Vad är Backcare companion?
Backcare companion är en Chrome-tillägg utvecklad av Innocreo, och dess huvudfunktion är "This is backcare companion".
Tilläggsskärmbilder
Ladda ner Backcare companion-förlängningens CRX-fil
Ladda ner Backcare companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
Officiell webbadress | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
Beskrivning | This is backcare companion |
Filstorlek | 3.37 MB |
Antal Installationer | 26 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2013-08-14 |
Publiceringsdatum | 2013-08-14 |
Betyg | 4.17/5 Totalt 6 Betyg |
Utvecklare | Innocreo |
Betalningssätt | free |
Stödda Språk | 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" ] } } |