Backcare companion

This is backcare companion

Что такое Backcare companion?

Backcare companion - это расширение Chrome, разработанное Innocreo, и его основная функция - "This is backcare companion".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Backcare companion

Скачайте файлы расширений Backcare companion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Backcare companion Backcare companion
ID lbnohdgkcocfcnjphjcecnhciklnomej
Официальный URL https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej
Описание This is backcare companion
Размер файла 3.37 MB
Количество установок 26
Текущая Версия 0.1
Последнее Обновление 2013-08-14
Дата публикации 2013-08-14
Рейтинг 4.17/5 Всего 6 оценок
Разработчик Innocreo
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}