Daily Task
Time management quadrants
Daily Taskคืออะไร?
Daily Task เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tcltan.com และคุณลักษณะหลักของมันคือ "Time management quadrants"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Task
ดาวน์โหลดไฟล์ส่วนขยาย Daily Task ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |