Unstoppable Flow Pomodoro Timer & Alpha Waves

Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.

Co to jest Unstoppable Flow Pomodoro Timer & Alpha Waves?

Unstoppable Flow Pomodoro Timer & Alpha Waves to rozszerzenie Chrome opracowane przez Unstoppable Ventures, LLC, a jego główną funkcją jest „Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Unstoppable Flow Pomodoro Timer & Alpha Waves

Pobierz pliki rozszerzeń Unstoppable Flow Pomodoro Timer & Alpha Waves w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Pomodoro Timer & Alpha Waves

Unstoppable Flow helps you have your most productive days ever with the power of the Pomodoro Timer along with Alpha Waves playing in the background.

It brings the Pomodoro Technique and the power of Alpha Waves to get you into an instant flow state. The notepad inside the application also helps you keep a running diary of what you want to accomplish every day.

It's the ultimate app for maintaining flow state and focus throughout your day helping you focus on work & study and tracking your working hours.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
Oficjalny URL https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Opis Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Rozmiar pliku 151 KB
Liczba instalacji 158
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-05-24
Data Publikacji 2021-05-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unstoppable Ventures, LLC
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://getunstoppable.com/flow
Adres URL Strony Pomocy https://getunstoppable.com/flow
Adres URL Strony Polityki Prywatności https://tkkader.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unstoppable Flow Pomodoro Timer & Alpha Waves",
    "description": "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.",
    "version": "1.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon.png"
        },
        "default_title": "Open Unstoppable Flow App"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}