Healthy Protector

Best reminder app for the office

Τι είναι το Healthy Protector;

Το Healthy Protector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tebofy, και η κύρια λειτουργία του είναι "Best reminder app for the office".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Healthy Protector

Λήψη αρχείων επέκτασης Healthy Protector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Improve your flexibility and healthy by reminding you regularly of stretching your body. Simple actions can make a big difference!

Sitting down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer.

This app will show you a new stretch after a period of time that you could do right in your office or even at your desk. Just follow the graphic and the on-screen instructions and start stretching more throughout the day!

With COVID-19 and the current quarantine situation, we've been much more sedentary and staying in one place while working from home. Healthy Protector is a gentle reminder to keep moving throughout the day. We hope that this app can help keep you healthy and saner during these strange times!

We've worked with yoga instructors as well as office ergonomic experts to put together this collection of illustrations. We've also tried to feature a diverse set of models in the illustrations to capture the diversity of folks at work.

Healthy Protector will hopefully bring more movement to your body throughout these solitary days in quarantine. We will be adding more stretches to the extension as time goes on, so please stay updated!

As a final disclaimer - please know your own body and ease into stretches at your own pace. Moving your body can be hard especially if you're not used to it, so ease into the poses to avoid injury.

* Features

** Fully customisable to your working hour.
** Set your reminder interval.
** A variety of exercises config by your favorite
** Detailed tutorial make sure you never do wrong
** Auto pause and resume when you lock the computer
** Working at Background. Don't need to open the Browser

Let's rate and feedback to us for improving this application. Thanks in advance.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Healthy Protector Healthy Protector
ID fjhgcjilfpcedhfjaggjodaoaedbpikn
Επίσημο URL https://chrome.google.com/webstore/detail/healthy-protector/fjhgcjilfpcedhfjaggjodaoaedbpikn
Περιγραφή Best reminder app for the office
Μέγεθος Αρχείου 9.19 MB
Αριθμός Εγκαταστάσεων 158
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-07-30
Ημερομηνία Δημοσίευσης 2020-07-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Tebofy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://healthy-protector.tebofy.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://groups.google.com/forum/?fromgroups#!forum/tebofy---healthy-protector
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Healthy Protector",
    "description": "Best reminder app for the office",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "js\/backgroundEvent.js",
            "js\/backgroundAppStateManagement.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "background",
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "alarms",
        "idle",
        "https:\/\/fitnow-api.herokuapp.com\/*",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/js.braintreegateway.com https:\/\/assets.braintreegateway.com https:\/\/www.paypalobjects.com https:\/\/c.paypal.com; object-src 'self'; img-src * data:; style-src 'unsafe-inline'; report-uri https:\/\/o346392.ingest.sentry.io\/api\/5326190\/security\/?sentry_key=fd83e1294ebe4855896ef10cadcb454d;"
}