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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mujō is an AI assisted break timer to help you be more mindful with your day."입니다.
확장 프로그램 스크린샷
Mujō - AI assisted break timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |