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?

RoundPie: Focus on workflow with Timer是由https://theroundpie.com开发的Chrome扩展程序,该扩展的主要功能是“RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp”。

扩展截图

screenshot
screenshot
screenshot

下载RoundPie: Focus on workflow with Timer扩展crx文件

下载RoundPie: Focus on workflow with Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RoundPie: Focus on workflow with Timer RoundPie: Focus on workflow with Timer
ID loabahfgkfkkbmmapnklcfajmkjepapp
官方URL https://chromewebstore.google.com/detail/roundpie-focus-on-workflo/loabahfgkfkkbmmapnklcfajmkjepapp
简介 RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp
文件大小 12.73 MB
安装次数 14,009
当前版本 0.4.78
更新时间 2024-01-25
上架时间 2020-06-16
评分 3.51/5 共89次评分
开发者 https://theroundpie.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://theroundpie.com/
隐私政策页面URL https://pomodoneapp.com/privacy-policy.html
支持的语言 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"
}