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'est-ce que Unstoppable Flow Pomodoro Timer & Alpha Waves ?

Unstoppable Flow Pomodoro Timer & Alpha Waves est une extension Chrome développée par Unstoppable Ventures, LLC, et sa fonction principale est "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Unstoppable Flow Pomodoro Timer & Alpha Waves

Téléchargez les fichiers d'extension Unstoppable Flow Pomodoro Timer & Alpha Waves au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
URL Officiel https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Description Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Taille du Fichier 151 KB
Nombre d'Installations 158
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-05-24
Date de Publication 2021-05-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unstoppable Ventures, LLC
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://getunstoppable.com/flow
URL de la Page d'Aide https://getunstoppable.com/flow
URL de la Page de Politique de Confidentialité https://tkkader.com/privacy
Langues Prises en Charge 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"
        ]
    }
}