Unstoppable Flow Pomodoro Timer & Alpha Waves

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

Τι είναι το Unstoppable Flow Pomodoro Timer & Alpha Waves;

Το Unstoppable Flow Pomodoro Timer & Alpha Waves είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unstoppable Ventures, LLC, και η κύρια λειτουργία του είναι "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Unstoppable Flow Pomodoro Timer & Alpha Waves

Λήψη αρχείων επέκτασης Unstoppable Flow Pomodoro Timer & Alpha Waves σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
Επίσημο URL https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Περιγραφή Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Μέγεθος Αρχείου 151 KB
Αριθμός Εγκαταστάσεων 158
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-05-24
Ημερομηνία Δημοσίευσης 2021-05-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Unstoppable Ventures, LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://getunstoppable.com/flow
Διεύθυνση URL της Σελίδας Βοήθειας https://getunstoppable.com/flow
URL της Σελίδας Πολιτικής Απορρήτου https://tkkader.com/privacy
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}