Daily Task
Time management quadrants
Daily Task क्या है?
Daily Task https://tcltan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Time management quadrants"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Daily Task एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The SECRET from the MUST READ BOOK, "7 Habits of Highly Effective People". Highly recommended by successful entrepreneur from all over the world!! This is how they become super effective by organizing daily tasks into the quadrants. This extension modernizes the four quadrants into your chrome homepage to boost your task management skills ! If you are down to becoming effective, try this extension and stick to what you've planned! Don't give up, you are one step away...
एक्सटेंशन की मूल जानकारी
नाम | Daily Task |
ID | hcljnpmdkadckhadheniipdnnnkiaiog |
आधिकारिक URL | https://chromewebstore.google.com/detail/daily-task/hcljnpmdkadckhadheniipdnnnkiaiog |
विवरण | Time management quadrants |
फ़ाइल का आकार | 205 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2019-06-28 |
प्रकाशन तिथि | 2019-06-27 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://tcltan.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Task", "version": "1.1.0", "description": "Time management quadrants", "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/DailyTask_logo_16.png", "32": "images\/DailyTask_logo_32.png", "48": "images\/DailyTask_logo_48.png", "128": "images\/DailyTask_logo_128.png" }, "chrome_url_overrides": { "newtab": "dailytask.html" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/jquery-ui.min.js", "js\/background.min.js", "js\/drag.min.js", "js\/user_storage.min.js", "js\/transition.min.js", "js\/bootstrap.min.js" ] }, "browser_action": { "default_icon": "images\/DailyTask_logo_32.png" }, "manifest_version": 2 } |