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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}