Enchantments for Todoist
Enchantments for Todoist
Was ist Enchantments for Todoist?
Enchantments for Todoist ist eine Chrome-Erweiterung, die von work.denisandnikita1 entwickelt wurde, und ihr Hauptmerkmal ist "Enchantments for Todoist".
Erweiterungsscreenshots
Enchantments for Todoist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enchantments for Todoist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Enchantments for Todoist |
ID | obpeiobgammkdmfffogenlhboejlohcm |
Offizielle URL | https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm |
Beschreibung | Enchantments for Todoist |
Dateigröße | 20.5 KB |
Installationsanzahl | 889 |
Aktuelle Version | 3.3 |
Letztes Update | 2023-11-22 |
Veröffentlichungsdatum | 2022-09-27 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | work.denisandnikita1 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |