Backcare companion

This is backcare companion

Apa itu Backcare companion?

Backcare companion adalah ekstensi Chrome yang dikembangkan oleh Innocreo, dan fitur utamanya adalah "This is backcare companion".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Backcare companion

Unduh file ekstensi Backcare companion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Backcare companion Backcare companion
ID lbnohdgkcocfcnjphjcecnhciklnomej
URL Resmi https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej
Deskripsi This is backcare companion
Ukuran File 3.37 MB
Jumlah Instalasi 26
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-08-14
Tanggal Publikasi 2013-08-14
Penilaian 4.17/5 Total 6 Penilaian
Pengembang Innocreo
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}