Daybreak

Live your best life at work.

O que é Daybreak?

Daybreak é uma extensão do Chrome desenvolvida por Daybreak, e sua principal característica é "Live your best life at work.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Daybreak

Baixe arquivos de extensão Daybreak 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

                        Daybreak helps you live your best life at work by providing you with personalized wellness interventions during your workday.

• Mindfulness, affirmations, nature sounds, inspirational speeches, back stretches, and eye refreshers
• Break content delivered to you in your browser
• Audio, text, and GIF break content
• Set daily break goals and track your progress
• Set break reminders (desktop notifications)
• Toolbar icon with countdown timer
• Configurable timer durations
• Track your usage and its impact on how you feel                    

Informações Básicas da Extensão

Nome Daybreak Daybreak
ID nafpbcdfejfejeffknjnmcojdjgbpejn
URL Oficial https://chromewebstore.google.com/detail/daybreak/nafpbcdfejfejeffknjnmcojdjgbpejn
Descrição Live your best life at work.
Tamanho do Arquivo 4.29 MB
Contagem de Instalações 260
Versão Atual 4.1
Última Atualização 2019-10-08
Data de Publicação 2019-10-07
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor Daybreak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://meetdaybreak.com
URL da Página de Ajuda https://meetdaybreak.com/contact
URL da Página de Política de Privacidade https://meetdaybreak.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daybreak",
    "short_name": "Daybreak",
    "author": "[email protected]",
    "version": "4.1",
    "description": "Live your best life at work.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Open Daybreak",
        "default_icon": "images\/browser-action.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "minimum_chrome_version": "55",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/firebase-7.1.0\/firebase-app.js",
            "\/firebase-7.1.0\/firebase-auth.js",
            "\/firebase-7.1.0\/firebase-firestore.js",
            "\/firebase-7.1.0\/init-firebase.js",
            "\/background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "options_page": "daybreak\/settings.html",
    "homepage_url": "https:\/\/meetdaybreak.com"
}