Unstoppable Flow Pomodoro Timer & Alpha Waves

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

Vad är Unstoppable Flow Pomodoro Timer & Alpha Waves?

Unstoppable Flow Pomodoro Timer & Alpha Waves är en Chrome-tillägg utvecklad av Unstoppable Ventures, LLC, och dess huvudfunktion är "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Unstoppable Flow Pomodoro Timer & Alpha Waves-förlängningens CRX-fil

Ladda ner Unstoppable Flow Pomodoro Timer & Alpha Waves-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

                        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.                    

Grundläggande Information om Tillägg

Namn Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
Officiell webbadress https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Beskrivning Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Filstorlek 151 KB
Antal Installationer 158
Aktuell Version 1.0.2
Senast Uppdaterad 2021-05-24
Publiceringsdatum 2021-05-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unstoppable Ventures, LLC
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://getunstoppable.com/flow
Hjälpsida URL https://getunstoppable.com/flow
URL till Sekretesspolicy Sidan https://tkkader.com/privacy
Stödda Språk 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"
        ]
    }
}