Unstoppable Flow Pomodoro Timer & Alpha Waves
Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Hvad er Unstoppable Flow Pomodoro Timer & Alpha Waves?
Unstoppable Flow Pomodoro Timer & Alpha Waves er en Chrome-udvidelse udviklet af Unstoppable Ventures, LLC, og dens hovedfunktion er "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".
Udvidelsesskærmbilleder
Download Unstoppable Flow Pomodoro Timer & Alpha Waves-udvidelses-CRX-fil
Download Unstoppable Flow Pomodoro Timer & Alpha Waves-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Unstoppable Flow Pomodoro Timer & Alpha Waves |
ID | admndoicbigmjfjdonmaddnafgbohioe |
Officiel URL | https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe |
Beskrivelse | Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state. |
Filstørrelse | 151 KB |
Antal Installationer | 158 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2021-05-24 |
Udgivelsesdato | 2021-05-20 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Unstoppable Ventures, LLC |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://getunstoppable.com/flow |
Hjælpeside-URL | https://getunstoppable.com/flow |
URL til Fortrolighedspolitik Side | https://tkkader.com/privacy |
Understøttede Sprog | 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" ] } } |