RoundPie: Focus on workflow with Timer

RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp

RoundPie: Focus on workflow with Timer là gì?

RoundPie: Focus on workflow with Timer là một tiện ích mở rộng Chrome được phát triển bởi https://theroundpie.com, và tính năng chính của nó là "RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RoundPie: Focus on workflow with Timer

Tải xuống các tệp mở rộng RoundPie: Focus on workflow with Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get the most of the RoundPie (Previously PomoDone) to apply Tomato 🍅 technique, invented by Francesco Cirillo (he called it different way though), to your workflow.

The extension embeds timers into your favorite Task Management tool (e.g. Trello, Todoist, Asana, ClickUp and even Google Docs), we have 16 integrations! 

Block certain websites while your Timer is ticking (now with * wildcard, with blacklist or whitelist)!

Now with new set of ambient sounds, Ukrainian, Belarusian and Lithuanian language packs!

What should I do to start using the extension?

1. Create a free RoundPie account here: https://theroundpie.com/ and verify your account via emailed link.
2. Install the extension and connect it to your RoundPie Account by adding your RoundPie API Key to extension’s Options, or by Logging in to your RoundPie Account.
You’re all set. 

How to use the extension?

Option 1: Open your favorite task management tool, and click Start button.
Option 2: Just click the extension icon and select which timer you'd like to run. We'll create a task in RoundPie's Local > Web Project with page's Title and URL to help you find it later. You can also rename the title, if you wish, before starting the timer. 

You can define your RoundPie Task title by selecting any text on the page. Use the right click to make this selected text as the task title. URL will remain saved as well. 

All the timers you run are being saved in RoundPie's log (https://my.rpie.me/account/log/) with all the context details (task title, date, time and duration) and synced to other RoundPie App instances (desktop app, web app and mobile apps). 

Who is this extension for?
It’s for anyone who wants to be more focused on everyday tasks, using simple but effective invented by Francesco Cirillo 🍅 technique with his current task management system, or just get his digital time organized better. 

----------------------------------------------------
# What is RoundPie?
RoundPie is the easiest way to track your workflow using invented by Francesco Cirillo 🍅 technique, on top of your current task management service. It helps you focus on most important tasks and improve mental agility, so you DO more.

# Easy setup
Don't copy'n'paste tasks anymore! Just connect your favorite task management service and start using RoundPie instantly.

# Track time
Forget manually managed time sheets. RoundPie automatically counts all the time you spend on different tasks. You can export it any time.


---

RoundPie App is not affiliated with Francesco Cirillo.
Pomodoro ™ is s registered trademark of Francesco Cirillo.

All logos and marks contained herein are the property of their respective owners.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RoundPie: Focus on workflow with Timer RoundPie: Focus on workflow with Timer
ID loabahfgkfkkbmmapnklcfajmkjepapp
URL Chính Thức https://chromewebstore.google.com/detail/roundpie-focus-on-workflo/loabahfgkfkkbmmapnklcfajmkjepapp
Mô tả RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp
Kích Thước Tệp 12.73 MB
Số Lần Cài Đặt 14,009
Phiên Bản Hiện Tại 0.4.78
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2020-06-16
Đánh Giá 3.51/5 Tổng số 89 Đánh Giá
Nhà Phát Triển https://theroundpie.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://theroundpie.com/
URL Trang Chính Sách Bảo Mật https://pomodoneapp.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "title": "Start RoundPie Timer!",
        "default_popup": "popup\/index.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "utils\/time.js",
            "utils\/gau.js",
            "utils\/i18n.js",
            "libs\/primus.js",
            "libs\/watch.js",
            "background\/timer.js",
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js"
            ]
        },
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/trello.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.clickup.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/clickup.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.wunderlist.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/wunderlist.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/3.basecamp.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/bcx.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.nozbe.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/nozbe.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.gitkraken.com\/glo\/*"
            ],
            "css": [
                "styles\/colors.css",
                "domain\/gitkrakenglo\/gitkrakenglo.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/gitkrakenglo\/gitkrakenglo.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.asana.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/asana.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.paymoapp.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/paymoapp.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/github.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/gitlab.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/gitlab.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.todoist.com\/*"
            ],
            "css": [
                "styles\/colors.css",
                "domain\/todoist\/todoist.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/todoist\/todoist.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/docs.google.com.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.teamwork.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/teamwork.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/atlassian.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.myjetbrains.com\/*",
                "*:\/\/*.youtrack.cloud\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/youtrack.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.shortcut.com\/*"
            ],
            "css": [
                "styles\/colors.css"
            ],
            "js": [
                "libs\/riot.min.js",
                "libs\/riot-observable.js",
                "classes\/DomInfection.js",
                "domain\/clubhouse.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon128.png",
        "images\/*",
        "blocker\/stop.html",
        "sounds\/*"
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "name": "RoundPie: Focus on workflow with Timer",
    "description": "RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp",
    "version": "0.4.78"
}