Breathhh: Workplace Wellbeing Companion

Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.

Wat is Breathhh: Workplace Wellbeing Companion?

Breathhh: Workplace Wellbeing Companion is een Chrome-extensie ontwikkeld door https://breathhh.app, en de belangrijkste functie is "Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Breathhh: Workplace Wellbeing Companion

Download Breathhh: Workplace Wellbeing Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enhance focus, boost productivity, and cultivate emotional intelligence while working at the computer. A range of mental and physical practices are available that can be seamlessly integrated into the browsing experience.

Breathing Practices 🌬:
Find quick grounding and peace of mind with practices designed to reduce stress before important Zoom calls, while also relieving tension and anxiety.

Mood Diary 📗:
Track your daily mood and thoughts to enhance your emotional intelligence and cultivate optimism. Monitor your progress with convenient charts and insights.

Workspace Warm-Ups 🧘:
Engage in short warm-up exercises for your eyes, neck, back, and shoulders. Shift your focus to your body and optimize your work environment.

Personalizing AI ✨:
Assists you in finding the most appropriate time for a break, ensuring you maintain a healthy work-life balance.

Websites Blocker ⛔️ :
Combat procrastination by limiting access to distracting sites, including social media and online shopping, enabling you to focus on what truly matters.

Background Noise 🎵:
Set the perfect noise for work or relaxation. Generated automatically in real time.

Night Mode 🌙:
Seamlessly switches to a soothing dark theme that adjusts automatically according to your operating system's settings.

---

The emphasis is on prioritizing your experience and privacy. The product remains ad-free and ensures secure storage of user data. Ideas and suggestions from users are warmly welcomed to constantly enhance the product. Please don't hesitate to contact [email protected].                    

Basisinformatie over de Extensie

Naam Breathhh: Workplace Wellbeing Companion Breathhh: Workplace Wellbeing Companion
ID niipedbmjiopjpmjcpigiflabghcckeo
Officiële URL https://chromewebstore.google.com/detail/breathhh-workplace-wellbe/niipedbmjiopjpmjcpigiflabghcckeo
Beschrijving Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.
Bestandsgrootte 8.18 MB
Aantal Installaties 1,687
Huidige Versie 4.0.4
Laatst Bijgewerkt 2023-12-14
Publicatiedatum 2022-06-08
Beoordeling 4.85/5 Totaal 46 Beoordelingen
Ontwikkelaar https://breathhh.app
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://breathhh.app
Help Pagina-URL https://breathhh.app/contact
URL van de Privacybeleid Pagina https://breathhh.app/privacy_policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Breathhh: Workplace Wellbeing Companion",
    "description": "Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.",
    "version": "4.0.4",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqEOOn5DnaNqqtS+a5A97GNuE+5QG0DpAGKfsPDHwf29FXzg8krebFc0n6IdK\/m5tfaM7F+12LGFW66ChQZY1ZbCA\/i\/\/jz9Z3JfDaTADWmrViTLvaRCFhqK2lWCoBud3RjOvd5iI80A4BdKHzTJ8leTcj6RBQAobjtxapx+F5+oMtLK6RLD7zXf+c97FYKpu6JHsw7aw1VcxfSNPvakUxBcGOILqod6lNZd2lIxuU4Wtyg2leR\/AwSMzEWB3h8oTBx9Dje8ia6U00MmnJJmQXRzgYjGwCJt\/s2WcwVmzbitwkxepxjVkUiK\/+0iiW5w7+zGB7qNK+aoXfDGdHzcTUwIDAQAB",
    "icons": {
        "16": "images\/ExIco-16x16.png",
        "32": "images\/ExIco-32x32.png",
        "48": "images\/ExIco-48x48.png",
        "128": "images\/ExIco-128x128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.breathhh.app\/*",
        "*:\/\/*.yahht.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.breathhh.app\/*",
            "*:\/\/*.yahht.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "new_tab.html",
                "popup.html",
                "*.png",
                "*.svg",
                "*.woff2"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.breathhh.app\/*",
                "*:\/\/*.breathhh-staging.dev.yahht.com\/*"
            ],
            "css": [
                "content_script.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}