Daybreak
Live your best life at work.
什么是Daybreak?
Daybreak是由Daybreak开发的Chrome扩展程序,该扩展的主要功能是“Live your best life at work.”。
扩展截图
下载Daybreak扩展crx文件
下载Daybreak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |