Enchantments for Todoist

Enchantments for Todoist

Enchantments for Todoist là gì?

Enchantments for Todoist là một tiện ích mở rộng Chrome được phát triển bởi work.denisandnikita1, và tính năng chính của nó là "Enchantments for Todoist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enchantments for Todoist

Tải xuống các tệp mở rộng Enchantments for Todoist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enchantments for Todoist Enchantments for Todoist
ID obpeiobgammkdmfffogenlhboejlohcm
URL Chính Thức https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm
Mô tả Enchantments for Todoist
Kích Thước Tệp 20.5 KB
Số Lần Cài Đặt 889
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2022-09-27
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển work.denisandnikita1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}