RoundPie: Focus on workflow with Timer

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

Vad är RoundPie: Focus on workflow with Timer?

RoundPie: Focus on workflow with Timer är en Chrome-tillägg utvecklad av https://theroundpie.com, och dess huvudfunktion är "RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner RoundPie: Focus on workflow with Timer-förlängningens CRX-fil

Ladda ner RoundPie: Focus on workflow with Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RoundPie: Focus on workflow with Timer RoundPie: Focus on workflow with Timer
ID loabahfgkfkkbmmapnklcfajmkjepapp
Officiell webbadress https://chromewebstore.google.com/detail/roundpie-focus-on-workflo/loabahfgkfkkbmmapnklcfajmkjepapp
Beskrivning RoundPie (previously PomoDone): Apply a Tomato technique, to your tasks: Trello, Asana, Todoist, ClickUp
Filstorlek 12.73 MB
Antal Installationer 14,009
Aktuell Version 0.4.78
Senast Uppdaterad 2024-01-25
Publiceringsdatum 2020-06-16
Betyg 3.51/5 Totalt 89 Betyg
Utvecklare https://theroundpie.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://theroundpie.com/
URL till Sekretesspolicy Sidan https://pomodoneapp.com/privacy-policy.html
Stödda Språk 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"
}