ToDo for Google Tasks
It is an application for convenient use of Google Tasks in 3 columns.
O que é ToDo for Google Tasks?
ToDo for Google Tasks é uma extensão do Chrome desenvolvida por https://thetodo.net, e sua principal característica é "It is an application for convenient use of Google Tasks in 3 columns.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ToDo for Google Tasks
Baixe arquivos de extensão ToDo for Google Tasks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Best app to use Google Tasks. Task display of "today", "tomorrow", "the day after tomorrow", "overdue", "all", global search, alphabetical or date sorting and dark mode support! ◆Sync with Google Tasks It also syncs quickly with Google Tasks and Google Calendar! ◆Narrow down tasks You can display tasks as "today", "tomorrow", "the day after tomorrow", "overdue", and "all"! ◆Sort tasks You can sort by "drag & drop", "date order", and "alphabetical order"! ◆Full search You can quickly search for the task you want to find from all tasks! ◆Security - We do not send your data to non-Google servers. - Data is exchanged directly with Google. Even developers can't see what's inside. - Do not ask for passwords or save them at all. ◆Support If you have any problems, we will help you as soon as possible. Please feel free to contact us at the email address below. [email protected]
Informações Básicas da Extensão
Nome | ToDo for Google Tasks |
ID | khnenklojdofkfabelfnkdmpmkmioegj |
URL Oficial | https://chromewebstore.google.com/detail/todo-for-google-tasks/khnenklojdofkfabelfnkdmpmkmioegj |
Descrição | It is an application for convenient use of Google Tasks in 3 columns. |
Tamanho do Arquivo | 18.17 KB |
Contagem de Instalações | 467 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-05-11 |
Data de Publicação | 2023-05-11 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://thetodo.net |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://thetodo.net/ |
URL da Página de Ajuda | https://thetodo.net/ |
URL da Página de Política de Privacidade | https://thetodo.net/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ToDo for Google Tasks", "description": "It is an application for convenient use of Google Tasks in 3 columns.", "version": "1.0.1", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_title": "ToDo for Google Tasks" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |