Unstoppable Flow Pomodoro Timer & Alpha Waves

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

Cos'è Unstoppable Flow Pomodoro Timer & Alpha Waves?

Unstoppable Flow Pomodoro Timer & Alpha Waves è un'estensione di Chrome sviluppata da Unstoppable Ventures, LLC, e la sua funzione principale è "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unstoppable Flow Pomodoro Timer & Alpha Waves

Scarica i file di estensione Unstoppable Flow Pomodoro Timer & Alpha Waves in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
URL Ufficiale https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Descrizione Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Dimensione del File 151 KB
Conteggio Installazioni 158
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-05-24
Data di Pubblicazione 2021-05-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unstoppable Ventures, LLC
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://getunstoppable.com/flow
URL della Pagina di Aiuto https://getunstoppable.com/flow
URL della Pagina della Politica sulla Privacy https://tkkader.com/privacy
Lingue Supportate 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"
        ]
    }
}