Unstoppable Flow Pomodoro Timer & Alpha Waves
Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Was ist Unstoppable Flow Pomodoro Timer & Alpha Waves?
Unstoppable Flow Pomodoro Timer & Alpha Waves ist eine Chrome-Erweiterung, die von Unstoppable Ventures, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".
Erweiterungsscreenshots
Unstoppable Flow Pomodoro Timer & Alpha Waves-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unstoppable Flow Pomodoro Timer & Alpha Waves-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Unstoppable Flow Pomodoro Timer & Alpha Waves |
ID | admndoicbigmjfjdonmaddnafgbohioe |
Offizielle URL | https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe |
Beschreibung | Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state. |
Dateigröße | 151 KB |
Installationsanzahl | 158 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-05-24 |
Veröffentlichungsdatum | 2021-05-20 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Unstoppable Ventures, LLC |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://getunstoppable.com/flow |
Hilfeseite URL | https://getunstoppable.com/flow |
URL der Datenschutzrichtlinien-Seite | https://tkkader.com/privacy |
Unterstützte Sprachen | 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" ] } } |