TaskTracks: Digital Planner

Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.

TaskTracks: Digital Planner là gì?

TaskTracks: Digital Planner là một tiện ích mở rộng Chrome được phát triển bởi https://tasktracks.com, và tính năng chính của nó là "Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TaskTracks: Digital Planner

Tải xuống các tệp mở rộng TaskTracks: Digital Planner 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

                        Highly productive people use TaskTracks. TaskTracks is a digital planner that allows you see your meetings and tasks in one place, pulled from tools you already use like Google, Outlook, Asana, Todoist, and Asana. Prioritize your most important tasks and schedule them on your calendar so they actually get done.

The Chrome extension extends the TaskTracks planner to your browser home screen. Open a new tab to see your events and remaining tasks for the day. Add or edit tasks directly from your home screen. 

Connect your Calendar: 
Google Calendar
Outlook Calendar 
Office Calendar

Connect your task apps: 
Todoist
Google Tasks
Microsoft Todo
Asana
Clickup
Jira                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TaskTracks: Digital Planner TaskTracks: Digital Planner
ID jnjheednbljojgnafkhgmeaphbkcnido
URL Chính Thức https://chromewebstore.google.com/detail/tasktracks-digital-planne/jnjheednbljojgnafkhgmeaphbkcnido
Mô tả Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.
Kích Thước Tệp 4.62 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-10-26
Ngày Phát Hành 2022-10-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tasktracks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tasktracks.com
URL Trang Trợ Giúp https://tasktracks.freshdesk.com/support/home
URL Trang Chính Sách Bảo Mật https://tasktracks.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TaskTracks: Digital Planner",
    "description": "Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [
        "search",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.tasktracks.com\/graphql",
        "https:\/\/app.tasktracks.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "icon_48.png"
        }
    },
    "icons": {
        "16": "icon_48.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.tasktracks.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.tasktracks.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/app.tasktracks.com\/*"
            ]
        }
    ]
}