Fructify: Productivity + New Tab

Productivity new tab dashboard with todo list, goal manager, and screen time tracker

Fructify: Productivity + New Tabคืออะไร?

Fructify: Productivity + New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fructify-dashboard.com และคุณลักษณะหลักของมันคือ "Productivity new tab dashboard with todo list, goal manager, and screen time tracker"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fructify: Productivity + New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Fructify: Productivity + New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        INTRODUCTION

Being productive is hard. Let’s make it easy. Transform your new-tab into a more productive workspace with a to do list, goal manager and screen time tracker. With metrics to help you visualize your progress, getting things done never felt so good.

Organize your tasks, capture your goals, and track your online screen time. Build better digital habits by having structure throughout your day instead of mindless browsing. 

With our todo list, it’s easy to create, prioritize, label, and set when and how long you want to work on a task.

Define a target, create a checklist, or build better habits with our goal manager.

Set a screen time goal and track your usage throughout the day and week. 

Fructify + New Tab is a productive work setup that you’ll fall in love with.


FEATURES

- Track your chrome screen time
- New inspirational quotes to start your day
- Keep track of tasks with a simple structured todo list 
- Prioritize and categorize tasks
- Set reminders to notify you when you want to work on a task
- Define how long you want to spend on each task
- Set a timer to focus on a specific task
- Sort and filter tasks by its status and priority
- Set 3 different types of goals with metrics to track your progress
- Hit your target with a target goal
- Create goals with subtasks
- Build habits with a frequency goal 
- Earn points when you complete a goal
- Visualize your goals’ progress with advanced analytics
- Search the web
- Simple and FREE!

PRODUCTIVITY TIPS

Set aside the first 15 minutes at the start of each day to plan out and schedule your day. 

Remember the 20/80 rule, 20% of your work results in 80% of your results. Prioritize at most 3 major tasks and let them be the focus of your day.

UPDATE 1.03
- Bug fixes

Premium Coming Soon!

UPCOMING FEATURES

- Dark mode
- Store data in the cloud
- Multiple device login support
- Block websites while working on a task
- Drag and drop tasks to rearrange order
- Time to take a break timer
- Quick access to chrome apps
- Premium


GET IN TOUCH

Email: [email protected]
Visit us at: https://fructify-dashboard.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fructify: Productivity + New Tab Fructify: Productivity + New Tab
ID gpppkkkidmlbdenkajgcpfkjocmdbock
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fructify-productivity-+-n/gpppkkkidmlbdenkajgcpfkjocmdbock
คำอธิบาย Productivity new tab dashboard with todo list, goal manager, and screen time tracker
ขนาดไฟล์ 535 KB
จำนวนการติดตั้ง 1,056
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2021-02-18
วันที่เผยแพร่ 2020-09-16
คะแนน 3.90/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://fructify-dashboard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fructify-dashboard.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Productivity new tab dashboard with todo list, goal manager, and screen time tracker",
    "version": "1.5",
    "name": "Fructify: Productivity + New Tab",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "logo-16.png",
        "logo-48.png",
        "logo-128.png"
    ],
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "alarms",
        "background",
        "bookmarks"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}