Enchantments for Todoist
Enchantments for Todoist
Vad är Enchantments for Todoist?
Enchantments for Todoist är en Chrome-tillägg utvecklad av work.denisandnikita1, och dess huvudfunktion är "Enchantments for Todoist".
Tilläggsskärmbilder
Ladda ner Enchantments for Todoist-förlängningens CRX-fil
Ladda ner Enchantments for Todoist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | obpeiobgammkdmfffogenlhboejlohcm |
| Officiell webbadress | https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm |
| Beskrivning | Enchantments for Todoist |
| Filstorlek | 20.5 KB |
| Antal Installationer | 889 |
| Aktuell Version | 3.3 |
| Senast Uppdaterad | 2023-11-22 |
| Publiceringsdatum | 2022-09-27 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | work.denisandnikita1 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |