Backcare companion

This is backcare companion

Wat is Backcare companion?

Backcare companion is een Chrome-extensie ontwikkeld door Innocreo, en de belangrijkste functie is "This is backcare companion".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Backcare companion

Download Backcare companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Backcare companion Backcare companion
ID lbnohdgkcocfcnjphjcecnhciklnomej
Officiële URL https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej
Beschrijving This is backcare companion
Bestandsgrootte 3.37 MB
Aantal Installaties 26
Huidige Versie 0.1
Laatst Bijgewerkt 2013-08-14
Publicatiedatum 2013-08-14
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar Innocreo
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}