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 |
官方網址 | 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" } |