MindParse
A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.
MindParse क्या है?
MindParse MindParse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension for tracking habit goals, daily tasks, mood, and productivity."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MindParse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |