Pavlok Productivity

Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.

Τι είναι το Pavlok Productivity;

Το Pavlok Productivity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pavlok.com, και η κύρια λειτουργία του είναι "Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing Pavlok's newest chrome extension, the ultimate productivity tool for anyone looking to stay focused and on track with their tasks. With our extension, you'll be able to create a task list and use the built-in pomodoro timer to break your work into manageable chunks and stay focused during each session.

But that's not all - our extension also includes a blacklist feature that allows you to specify websites that tend to distract you. Set a time limit for blacklisted sites, and you'll receive notifications, vibrations, or zaps as a reminder to stay on task. 

And if you're someone who tends to keep a lot of tabs open, our extension also includes a tab management feature to send you stimuli when you open too many tabs, helping you to reduce clutter and improve focus.

This extension works without the Pavlok device, but you'll only receive chrome notifications. Create a Pavlok account by downloading the app (https://pavlok.com/app) or creating it on the web ( https://app.pavlok.com/users/sign_up )                    

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

Όνομα Pavlok Productivity Pavlok Productivity
ID njkbbegeohchbcbannojicmcalojcfek
Επίσημο URL https://chromewebstore.google.com/detail/pavlok-productivity/njkbbegeohchbcbannojicmcalojcfek
Περιγραφή Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.
Μέγεθος Αρχείου 1.47 MB
Αριθμός Εγκαταστάσεων 266
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-06-16
Ημερομηνία Δημοσίευσης 2022-12-19
Αξιολόγηση 2.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://pavlok.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pavlok.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://pavlok.com/support
URL της Σελίδας Πολιτικής Απορρήτου http://pavlok.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pavlok Productivity",
    "description": "Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.",
    "version": "1.0.4",
    "icons": {
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "css\/content.css",
                "img\/break-time.png",
                "img\/completed-task.png",
                "img\/popup-play.png",
                "img\/popup-exit.png",
                "img\/popup-break.png",
                "img\/break-task.png",
                "img\/popup-warning.png",
                "img\/keep-task.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}