MindParse
A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.
MindParse란 무엇입니까?
MindParse은(는) MindParse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension for tracking habit goals, daily tasks, mood, and productivity."입니다.
확장 프로그램 스크린샷
MindParse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MindParse is a premier productivity application. Its features combine different elements of health, wellness, and productivity into one platform. Once installed, this extension will open a dashboard page every time a Chrome tab is opened that lets users see their tasks, goals, mood, and productivity easily throughout the day. This drastically increases the likelihood of completing tasks, maximizing productivity, and building new healthy habits. This extension includes a todo list that allows users to to track daily tasks, a habit tracker that lets users monitor their long term habits, a Pomodoro timer that allows users to effectively practice the Pomodoro method, and a mood tracker to let users reflect on their mood throughout time. This extension also includes a statistics page that allows users to see their usage of the different components of this program. With MindParse, working remotely will no longer be as arduous. Users can work remotely while feeling more productive, motivated, and satisfied.
확장 프로그램 기본 정보
이름 | MindParse |
ID | npceanllengiephifkoagdngafflekdm |
공식 URL | https://chromewebstore.google.com/detail/mindparse/npceanllengiephifkoagdngafflekdm |
설명 | A Chrome extension for tracking habit goals, daily tasks, mood, and productivity. |
파일 크기 | 3.52 MB |
설치 횟수 | 177 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-12-10 |
출시 날짜 | 2020-12-09 |
평점 | 4.10/5 총 10 개의 평점 |
개발자 | MindParse |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MindParse", "description": "A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.", "version": "0.0.1", "icons": { "16": "MindParseIcon.png", "48": "MindParseIcon.png", "128": "MindParseIcon.png" }, "browser_action": { "default_popup": "index.html", "default_title": "MindParse" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |