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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में TaskTracks: Digital Planner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://tasktracks.freshdesk.com/support/home
गोपनीयता नीति पृष्ठ URL 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\/*"
            ]
        }
    ]
}