Breathhh: Workplace Wellbeing Companion

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

What is Breathhh: Workplace Wellbeing Companion?

Breathhh: Workplace Wellbeing Companion is a Chrome extension developed by https://breathhh.app, and its main feature is "Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Breathhh: Workplace Wellbeing Companion Extension CRX File

Download Breathhh: Workplace Wellbeing Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name Breathhh: Workplace Wellbeing Companion Breathhh: Workplace Wellbeing Companion
ID niipedbmjiopjpmjcpigiflabghcckeo
Official URL https://chromewebstore.google.com/detail/breathhh-workplace-wellbe/niipedbmjiopjpmjcpigiflabghcckeo
Description Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.
File Size 8.18 MB
Installation Count 1,687
Current Version 4.0.4
Last Updated 2023-12-14
Publish Date 2022-06-08
Rating 4.85/5 Total 46 Ratings
Developer https://breathhh.app
Email [email protected]
Payment Type in_app
Extension Website https://breathhh.app
Help Page URL https://breathhh.app/contact
Privacy Policy Page URL https://breathhh.app/privacy_policy
Supported Languages 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"
            ]
        }
    ]
}