Backcare companion

This is backcare companion

Co je Backcare companion?

Backcare companion je rozšíření Chrome vyvinuté Innocreo, a jeho hlavní funkcí je „This is backcare companion“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Backcare companion

Stáhněte si soubory rozšíření Backcare companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Backcare companion Backcare companion
ID lbnohdgkcocfcnjphjcecnhciklnomej
Oficiální URL https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej
Popis This is backcare companion
Velikost souboru 3.37 MB
Počet instalací 26
Aktuální Verze 0.1
Poslední Aktualizace 2013-08-14
Datum Vydání 2013-08-14
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář Innocreo
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}