Time Tasker

Change the duration length of Google tasks on Google Calendar

Time Tasker क्या है?

Time Tasker Camerons Digital Hub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the duration length of Google tasks on Google Calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Tasker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **Version 2 now live**

Easily set custom timeframes for your Google Tasks. 
This extension allows you to extend the duration of your tasks as desired. This will help you schedule your Tasks with accurate timeslots. 

Simply input the duration of the task and when you are ready to schedule it, drag and drop the task into your calendar. You will then see the task expand into the specified duration. 

For example, to customize the duration of a task to 3 hours, simply add “(3h)” to the end of the task title and watch as the task automatically expands to fill 3 hours when dragged into your Google Calendar.

**2.0.0** - 1 minute increments supported

**1.0.7** - Updated logo file names                    

एक्सटेंशन की मूल जानकारी

नाम Time Tasker Time Tasker
ID lomflcfhlchbibcphkjlcejfdlemghmk
आधिकारिक URL https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk
विवरण Change the duration length of Google tasks on Google Calendar
फ़ाइल का आकार 32.55 KB
स्थापना संख्या 710
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2022-10-10
रेटिंग 4.07/5 कुल 15 रेटिंग्स
डेवलपर Camerons Digital Hub
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://cameronsdigitalhub.com/policies/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tasker",
    "short_name": "TimeTasker",
    "author": "CameronsDigitalHub",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "Change the duration length of Google tasks on Google Calendar",
    "action": {
        "default_icon": "icons\/Logo48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/Logo48.png",
        "48": "icons\/Logo48.png",
        "128": "icons\/Logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "content-min-v2.js"
            ]
        }
    ]
}