Enchantments for Todoist

Enchantments for Todoist

What is Enchantments for Todoist?

Enchantments for Todoist is a Chrome extension developed by work.denisandnikita1, and its main feature is "Enchantments for Todoist".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Enchantments for Todoist Extension CRX File

Download Enchantments for Todoist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Enchantments for Todoist Enchantments for Todoist
ID obpeiobgammkdmfffogenlhboejlohcm
Official URL https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm
Description Enchantments for Todoist
File Size 20.5 KB
Installation Count 889
Current Version 3.3
Last Updated 2023-11-22
Publish Date 2022-09-27
Rating 4.00/5 Total 2 Ratings
Developer work.denisandnikita1
Email [email protected]
Payment Type free
Supported Languages 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
}