Pavlok Productivity

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

Pavlok Productivity क्या है?

Pavlok Productivity https://pavlok.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pavlok Productivity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}