Enchantments for Todoist
Enchantments for Todoist
ما هو Enchantments for Todoist؟
Enchantments for Todoist هو إضافة Chrome تم تطويرها بواسطة work.denisandnikita1، والميزة الرئيسية لها هي "Enchantments for Todoist".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enchantments for Todoist
قم بتنزيل ملفات الامتداد Enchantments for Todoist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Enchantments for Todoist |
ID | obpeiobgammkdmfffogenlhboejlohcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm |
الوصف | Enchantments for Todoist |
حجم الملف | 20.5 KB |
عدد التثبيتات | 889 |
النسخة الحالية | 3.3 |
آخر تحديث | 2023-11-22 |
تاريخ النشر | 2022-09-27 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | work.denisandnikita1 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |