Daybreak

Live your best life at work.

Daybreak क्या है?

Daybreak Daybreak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live your best life at work."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daybreak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}