Backcare companion
This is backcare companion
Co to jest Backcare companion?
Backcare companion to rozszerzenie Chrome opracowane przez Innocreo, a jego główną funkcją jest „This is backcare companion”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Backcare companion
Pobierz pliki rozszerzeń Backcare companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
Oficjalny URL | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
Opis | This is backcare companion |
Rozmiar pliku | 3.37 MB |
Liczba instalacji | 26 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-08-14 |
Data Publikacji | 2013-08-14 |
Ocena | 4.17/5 Łącznie 6 Oceny |
Deweloper | Innocreo |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |