Enchantments for Todoist

Enchantments for Todoist

Apa itu Enchantments for Todoist?

Enchantments for Todoist adalah ekstensi Chrome yang dikembangkan oleh work.denisandnikita1, dan fitur utamanya adalah "Enchantments for Todoist".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Enchantments for Todoist

Unduh file ekstensi Enchantments for Todoist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Enchantments for Todoist Enchantments for Todoist
ID obpeiobgammkdmfffogenlhboejlohcm
URL Resmi https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm
Deskripsi Enchantments for Todoist
Ukuran File 20.5 KB
Jumlah Instalasi 889
Versi Saat Ini 3.3
Terakhir Diperbarui 2023-11-22
Tanggal Publikasi 2022-09-27
Penilaian 4.00/5 Total 2 Penilaian
Pengembang work.denisandnikita1
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}