Dotoday

DoToday- Task Management Made Simple

Cos'è Dotoday?

Dotoday è un'estensione di Chrome sviluppata da Apester Ltd., e la sua funzione principale è "DoToday- Task Management Made Simple".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dotoday

Scarica i file di estensione Dotoday in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Dotoday Dotoday
ID kdlhidpdielocfjhfgihjbhbceocndmn
URL Ufficiale https://chromewebstore.google.com/detail/dotoday/kdlhidpdielocfjhfgihjbhbceocndmn
Descrizione DoToday- Task Management Made Simple
Dimensione del File 75.28 KB
Conteggio Installazioni 2,467
Versione Corrente 1.4
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2023-09-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Apester Ltd.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dotoday.online
URL della Pagina della Politica sulla Privacy https://www.dotoday.online/privacy-policy
Lingue Supportate 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"
    }
}