Breathhh: Workplace Wellbeing Companion

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

什么是Breathhh: Workplace Wellbeing Companion?

Breathhh: Workplace Wellbeing Companion是由https://breathhh.app开发的Chrome扩展程序,该扩展的主要功能是“Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Breathhh: Workplace Wellbeing Companion扩展crx文件

下载Breathhh: Workplace Wellbeing Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Breathhh: Workplace Wellbeing Companion Breathhh: Workplace Wellbeing Companion
ID niipedbmjiopjpmjcpigiflabghcckeo
官方URL https://chromewebstore.google.com/detail/breathhh-workplace-wellbe/niipedbmjiopjpmjcpigiflabghcckeo
简介 Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.
文件大小 8.18 MB
安装次数 1,687
当前版本 4.0.4
更新时间 2023-12-14
上架时间 2022-06-08
评分 4.85/5 共46次评分
开发者 https://breathhh.app
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://breathhh.app
帮助页面URL https://breathhh.app/contact
隐私政策页面URL https://breathhh.app/privacy_policy
支持的语言 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"
            ]
        }
    ]
}