Unstoppable Flow Pomodoro Timer & Alpha Waves

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

¿Qué es Unstoppable Flow Pomodoro Timer & Alpha Waves?

Unstoppable Flow Pomodoro Timer & Alpha Waves es una extensión de Chrome desarrollada por Unstoppable Ventures, LLC, y su función principal es "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Unstoppable Flow Pomodoro Timer & Alpha Waves

Descarga archivos de extensión Unstoppable Flow Pomodoro Timer & Alpha Waves en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
URL Oficial https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Descripción Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Tamaño del Archivo 151 KB
Cantidad de Instalaciones 158
Versión Actual 1.0.2
Última Actualización 2021-05-24
Fecha de Publicación 2021-05-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Unstoppable Ventures, LLC
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://getunstoppable.com/flow
URL de la Página de Ayuda https://getunstoppable.com/flow
URL de la Página de Política de Privacidad https://tkkader.com/privacy
Idiomas Soportados 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"
        ]
    }
}