Daybreak
Live your best life at work.
What is Daybreak?
Daybreak is a Chrome extension developed by Daybreak, and its main feature is "Live your best life at work.".
Extension Screenshots
Download Daybreak Extension CRX File
Download Daybreak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Daybreak |
ID | nafpbcdfejfejeffknjnmcojdjgbpejn |
Official URL | https://chromewebstore.google.com/detail/daybreak/nafpbcdfejfejeffknjnmcojdjgbpejn |
Description | Live your best life at work. |
File Size | 4.29 MB |
Installation Count | 260 |
Current Version | 4.1 |
Last Updated | 2019-10-08 |
Publish Date | 2019-10-07 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Daybreak |
[email protected] | |
Payment Type | free |
Extension Website | https://meetdaybreak.com |
Help Page URL | https://meetdaybreak.com/contact |
Privacy Policy Page URL | https://meetdaybreak.com/privacy-policy |
Supported Languages | 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" } |