Backcare companion
This is backcare companion
Cos'è Backcare companion?
Backcare companion è un'estensione di Chrome sviluppata da Innocreo, e la sua funzione principale è "This is backcare companion".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Backcare companion
Scarica i file di estensione Backcare companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
URL Ufficiale | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
Descrizione | This is backcare companion |
Dimensione del File | 3.37 MB |
Conteggio Installazioni | 26 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-08-14 |
Data di Pubblicazione | 2013-08-14 |
Valutazione | 4.17/5 Totale 6 Valutazioni |
Sviluppatore | Innocreo |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |