MindParse
A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.
MindParse là gì?
MindParse là một tiện ích mở rộng Chrome được phát triển bởi MindParse, và tính năng chính của nó là "A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MindParse
Tải xuống các tệp mở rộng MindParse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MindParse |
ID | npceanllengiephifkoagdngafflekdm |
URL Chính Thức | https://chromewebstore.google.com/detail/mindparse/npceanllengiephifkoagdngafflekdm |
Mô tả | A Chrome extension for tracking habit goals, daily tasks, mood, and productivity. |
Kích Thước Tệp | 3.52 MB |
Số Lần Cài Đặt | 177 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-12-10 |
Ngày Phát Hành | 2020-12-09 |
Đánh Giá | 4.10/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | MindParse |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |