Dotoday

DoToday- Task Management Made Simple

Was ist Dotoday?

Dotoday ist eine Chrome-Erweiterung, die von Apester Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "DoToday- Task Management Made Simple".

Erweiterungsscreenshots

screenshot

Dotoday-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dotoday-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

                        Welcome to DoToday.Online, where the power of productivity meets simplicity.
DoToday.Online is your ultimate daily task manager, designed to streamline your daily routine and boost your productivity.
The DoToday extension changes your search engine in the new tab to Bing and provides the features
below:
- Interactive to-do list to add and remove tasks
- Convenient web search
By clicking "Add to Chrome", I accept and agree to installing the DoToday Chrome extension and
setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms
of Use- https://www.dotoday.online/terms-of-use and Privacy Policy
https://www.dotoday.online/privacy-policy.
About us:
Our goal is simple: to create a task management solution that anyone can use, regardless of their
technical background. We've poured our collective experience into crafting an intuitive and
user-friendly tool that empowers you to conquer your to-do list with ease.
Let's make task management accessible to all!
We invite you to visit us in our website:
https://dotoday.online                    

Grundlegende Informationen zur Erweiterung

Name Dotoday Dotoday
ID kdlhidpdielocfjhfgihjbhbceocndmn
Offizielle URL https://chromewebstore.google.com/detail/dotoday/kdlhidpdielocfjhfgihjbhbceocndmn
Beschreibung DoToday- Task Management Made Simple
Dateigröße 75.28 KB
Installationsanzahl 2,467
Aktuelle Version 1.4
Letztes Update 2023-10-24
Veröffentlichungsdatum 2023-09-14
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Apester Ltd.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dotoday.online
URL der Datenschutzrichtlinien-Seite https://www.dotoday.online/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "DoToday- Task Management Made Simple",
    "chrome_url_overrides": {
        "newtab": "template\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "name": "Dotoday",
    "version": "1.4",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "resources\/logo.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}