Paced — Daily Planner

Achieve better work-life balance and improve productivity with Paced. With integrated health data, get personalized energy…

Τι είναι το Paced — Daily Planner;

Το Paced — Daily Planner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://paced.com, και η κύρια λειτουργία του είναι "Achieve better work-life balance and improve productivity with Paced. With integrated health data, get personalized energy…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Paced — Daily Planner

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

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

                        Achieve better work-life balance and improve productivity with Paced. With integrated health data, get personalized energy predictions so you can plan the perfect schedule and increase overall well-being.

Here’s how Paced can help you make the most of your day:
— Align your daily schedule with your energy levels
— Learn when you’re most focused and block time for focus work
— Get custom scheduling tips
— Use your time and energy wisely and get more done
— Reduce exhaustion by knowing when to rest
— Gain insight into how your schedule impacts wellness

The app connects with Apple Health to give you individualized advice about how to bring more balance to your day-to-day while also increasing performance. 

With mindful time management, Paced helps you have more energy at the end of the day for the people and things that matter most to you.

Ready to live life at your own pace? Add Paced to Chrome today.                    

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

Όνομα Paced — Daily Planner Paced — Daily Planner
ID dfdpnoabfjlpjhmadaeghbohhgjnfgep
Επίσημο URL https://chrome.google.com/webstore/detail/paced-%E2%80%94-daily-planner/dfdpnoabfjlpjhmadaeghbohhgjnfgep
Περιγραφή Achieve better work-life balance and improve productivity with Paced. With integrated health data, get personalized energy…
Μέγεθος Αρχείου 88.51 KB
Αριθμός Εγκαταστάσεων 235
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-01-23
Ημερομηνία Δημοσίευσης 2022-11-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://paced.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://paced.com/privacy_policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Paced \u2014 Daily Planner",
    "version": "1.0.2",
    "description": "",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArCH337mjwn7S0hlLwbWZeLXknMtW+0ykNg4Pf\/1TTzGC5kB4BWZtBQ1FRV175RKc3UXDQe52\/6\/3U0eROKRmYTDHLSvgBInQVyXv6q+gV7BnUhefArEmYA4+EFWhib9Q3+U43ycHkLNTTXKgt25Xa5E6rLToTiy8qt48V+\/p7dTR6TQruqYYNNdwMe2LswRSpxrrAOdUaIFbQDTig+XBnFTnRA9VPU3zi18edC6INIqQelbvUqiIxcWvPNIQgI7QxjNudTi2bUBVKFClVoCSWrnHP7Y+v2NQTo\/S6Mnp1NKkr+y+RsTHLBfCiJmwsbfLSibhsXJXio6QJq5yZy8zKwIDAQAB",
    "background": {
        "service_worker": "index.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "permissions": [
        "tabs",
        "webRequest"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "css": [
                "content\/app\/style.css",
                "content\/features\/category-selector\/style.css",
                "content\/features\/sleep-update\/style.css",
                "content\/features\/sidebar\/style.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Paced \u2014 Daily Planner",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ]
}