Daybreak

Live your best life at work.

Daybreak란 무엇입니까?

Daybreak은(는) Daybreak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live your best life at work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Daybreak 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Daybreak Daybreak
ID nafpbcdfejfejeffknjnmcojdjgbpejn
공식 URL https://chromewebstore.google.com/detail/daybreak/nafpbcdfejfejeffknjnmcojdjgbpejn
설명 Live your best life at work.
파일 크기 4.29 MB
설치 횟수 260
현재 버전 4.1
최근 업데이트 2019-10-08
출시 날짜 2019-10-07
평점 5.00/5 총 10 개의 평점
개발자 Daybreak
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meetdaybreak.com
도움말 페이지 URL https://meetdaybreak.com/contact
개인정보 보호 정책 페이지 URL https://meetdaybreak.com/privacy-policy
지원되는 언어 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"
}