Enchantments for Todoist

Enchantments for Todoist

Qu'est-ce que Enchantments for Todoist ?

Enchantments for Todoist est une extension Chrome développée par work.denisandnikita1, et sa fonction principale est "Enchantments for Todoist".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Enchantments for Todoist

Téléchargez les fichiers d'extension Enchantments for Todoist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Enchantments for Todoist Enchantments for Todoist
ID obpeiobgammkdmfffogenlhboejlohcm
URL Officiel https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm
Description Enchantments for Todoist
Taille du Fichier 20.5 KB
Nombre d'Installations 889
Version Actuelle 3.3
Dernière Mise à Jour 2023-11-22
Date de Publication 2022-09-27
Évaluation 4.00/5 Total 2 Évaluations
Développeur work.denisandnikita1
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}