Breathhh: Workplace Wellbeing Companion

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

Was ist Breathhh: Workplace Wellbeing Companion?

Breathhh: Workplace Wellbeing Companion ist eine Chrome-Erweiterung, die von https://breathhh.app entwickelt wurde, und ihr Hauptmerkmal ist "Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Breathhh: Workplace Wellbeing Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Breathhh: Workplace Wellbeing Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Breathhh: Workplace Wellbeing Companion Breathhh: Workplace Wellbeing Companion
ID niipedbmjiopjpmjcpigiflabghcckeo
Offizielle URL https://chromewebstore.google.com/detail/breathhh-workplace-wellbe/niipedbmjiopjpmjcpigiflabghcckeo
Beschreibung Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.
Dateigröße 8.18 MB
Installationsanzahl 1,687
Aktuelle Version 4.0.4
Letztes Update 2023-12-14
Veröffentlichungsdatum 2022-06-08
Bewertung 4.85/5 Insgesamt 46 Bewertungen
Entwickler https://breathhh.app
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://breathhh.app
Hilfeseite URL https://breathhh.app/contact
URL der Datenschutzrichtlinien-Seite https://breathhh.app/privacy_policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}