Enchantments for Todoist
Enchantments for Todoist
Wat is Enchantments for Todoist?
Enchantments for Todoist is een Chrome-extensie ontwikkeld door work.denisandnikita1, en de belangrijkste functie is "Enchantments for Todoist".
Extensie Screenshots
Download het CRX-bestand van de extensie Enchantments for Todoist
Download Enchantments for Todoist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Enchantments for Todoist |
ID | obpeiobgammkdmfffogenlhboejlohcm |
Officiële URL | https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm |
Beschrijving | Enchantments for Todoist |
Bestandsgrootte | 20.5 KB |
Aantal Installaties | 889 |
Huidige Versie | 3.3 |
Laatst Bijgewerkt | 2023-11-22 |
Publicatiedatum | 2022-09-27 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | work.denisandnikita1 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |