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؟

TaskTracks: Digital Planner هو إضافة Chrome تم تطويرها بواسطة https://tasktracks.com، والميزة الرئيسية لها هي "Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TaskTracks: Digital Planner

قم بتنزيل ملفات الامتداد TaskTracks: Digital Planner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم TaskTracks: Digital Planner TaskTracks: Digital Planner
ID jnjheednbljojgnafkhgmeaphbkcnido
عنوان URL الرسمي https://chromewebstore.google.com/detail/tasktracks-digital-planne/jnjheednbljojgnafkhgmeaphbkcnido
الوصف Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.
حجم الملف 4.62 MB
عدد التثبيتات 38
النسخة الحالية 1.0.3
آخر تحديث 2022-10-26
تاريخ النشر 2022-10-17
تقييم 5.00/5 مجموع تقييمات 1
المطور https://tasktracks.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tasktracks.com
عنوان صفحة المساعدة https://tasktracks.freshdesk.com/support/home
عنوان صفحة سياسة الخصوصية https://tasktracks.com/privacy
اللغات المدعومة 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\/*"
            ]
        }
    ]
}