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”。
擴展截圖
下載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 |
ID | loabahfgkfkkbmmapnklcfajmkjepapp |
官方網址 | 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" } |