Breathhh: Workplace Wellbeing Companion

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

O que é Breathhh: Workplace Wellbeing Companion?

Breathhh: Workplace Wellbeing Companion é uma extensão do Chrome desenvolvida por https://breathhh.app, e sua principal característica é "Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Breathhh: Workplace Wellbeing Companion

Baixe arquivos de extensão Breathhh: Workplace Wellbeing Companion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Breathhh: Workplace Wellbeing Companion Breathhh: Workplace Wellbeing Companion
ID niipedbmjiopjpmjcpigiflabghcckeo
URL Oficial https://chromewebstore.google.com/detail/breathhh-workplace-wellbe/niipedbmjiopjpmjcpigiflabghcckeo
Descrição Relieve tension, stress, and anxiety with the ultimate tool for mindfulness and productivity.
Tamanho do Arquivo 8.18 MB
Contagem de Instalações 1,687
Versão Atual 4.0.4
Última Atualização 2023-12-14
Data de Publicação 2022-06-08
Classificação 4.85/5 Total de 46 Avaliações
Desenvolvedor https://breathhh.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://breathhh.app
URL da Página de Ajuda https://breathhh.app/contact
URL da Página de Política de Privacidade https://breathhh.app/privacy_policy
Idiomas Suportados 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"
            ]
        }
    ]
}