Mujō - AI assisted break timer

Mujō is an AI assisted break timer to help you be more mindful with your day.

Mujō - AI assisted break timer क्या है?

Mujō - AI assisted break timer https://getmujo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mujō is an AI assisted break timer to help you be more mindful with your day."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Mujō - AI assisted break timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing Mujō - the AI-powered break timer extension that helps you stay mindful and refreshed throughout the day. With Mujō, you'll never have to worry about overworking yourself again. Our extension observes your browsing behavior and uses AI to recommend the best time to take a break. 

Mujō comes with a variety of features to help you stay on top of your breaks, including:

▹ Suggested **break times** based on your browsing habits
▹ Opt-in notifications for scheduled **breaks**
▹ A configurable **break time** that reminds you to take a break after extended periods of activity
▹ Integration with Google Calendar

⚡️ What's New! 3.6.1

Pausing the extension will not only pause tracking but will also pause notifications.


💌 Feedback is always appreciated!

With Mujō, you can achieve better **wellness** and productivity by taking **mindful breaks** throughout the day. Download and improve your browsing experience with Mujō's **AI-powered** break timer.                    

एक्सटेंशन की मूल जानकारी

नाम Mujō - AI assisted break timer Mujō - AI assisted break timer
ID pdhdkakfpnlcbipchahefkoaiohkehao
आधिकारिक URL https://chromewebstore.google.com/detail/muj%C5%8D-ai-assisted-break-ti/pdhdkakfpnlcbipchahefkoaiohkehao
विवरण Mujō is an AI assisted break timer to help you be more mindful with your day.
फ़ाइल का आकार 6.88 MB
स्थापना संख्या 34
वर्तमान संस्करण 3.6.4
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2019-12-23
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://getmujo.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getmujo.com
गोपनीयता नीति पृष्ठ URL https://getmujo.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "3.6.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "alarms",
        "background",
        "notifications"
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "128": "images\/logo.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "lppmnandcophphjneeabhnioijpdjdnc"
        ],
        "matches": [
            "*:\/\/localhost:*\/*",
            "https:\/\/getmujo.com\/*"
        ]
    },
    "minimum_chrome_version": "88",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; font-src 'self' data:; style-src 'unsafe-inline'; connect-src https:\/\/getmujo.com\/ ws:\/\/localhost:9001\/ https:\/\/*.ingest.sentry.io\/ http:\/\/localhost:3000 https:\/\/www.google-analytics.com"
    }
}