Enchantments for Todoist
Enchantments for Todoist
Enchantments for Todoist क्या है?
Enchantments for Todoist work.denisandnikita1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enchantments for Todoist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enchantments for Todoist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |