Enchantments for Todoist

Enchantments for Todoist

Hvad er Enchantments for Todoist?

Enchantments for Todoist er en Chrome-udvidelse udviklet af work.denisandnikita1, og dens hovedfunktion er "Enchantments for Todoist".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Enchantments for Todoist-udvidelses-CRX-fil

Download Enchantments for Todoist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension is going to level up your productivity, by providing some extra features for https://todoist.com/ website

Extra features:

• Assign each task with a task value points
• Tracking daily productivity score, in the activity section
• Ability to easily open tasks in the new window with one click for better multitasking
• Track the size of every project, so you can better estimate your time

----------------------------------------------------------------------------------------------------

This application is not created by, affiliated with, or supported by Doist                    

Grundlæggende oplysninger om udvidelsen

Navn Enchantments for Todoist Enchantments for Todoist
ID obpeiobgammkdmfffogenlhboejlohcm
Officiel URL https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm
Beskrivelse Enchantments for Todoist
Filstørrelse 20.5 KB
Antal Installationer 889
Nuværende Version 3.3
Senest Opdateret 2023-11-22
Udgivelsesdato 2022-09-27
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler work.denisandnikita1
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enchantments for Todoist",
    "description": "Enchantments for Todoist",
    "version": "3.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/todoist.com\/app\/*",
                "https:\/\/app.todoist.com\/app\/*"
            ],
            "runat": "documet-idle",
            "css": [
                ".\/css\/styles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "manifest_version": 3
}