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開發的Chrome擴展程式,該擴展的主要功能是“Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pavlok Productivity擴展crx文件

下載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
官方網址 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"
    ]
}