Dotoday

DoToday- Task Management Made Simple

Dotoday là gì?

Dotoday là một tiện ích mở rộng Chrome được phát triển bởi Apester Ltd., và tính năng chính của nó là "DoToday- Task Management Made Simple".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dotoday

Tải xuống các tệp mở rộng Dotoday dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dotoday Dotoday
ID kdlhidpdielocfjhfgihjbhbceocndmn
URL Chính Thức https://chromewebstore.google.com/detail/dotoday/kdlhidpdielocfjhfgihjbhbceocndmn
Mô tả DoToday- Task Management Made Simple
Kích Thước Tệp 75.28 KB
Số Lần Cài Đặt 2,467
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-09-14
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Apester Ltd.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dotoday.online
URL Trang Chính Sách Bảo Mật https://www.dotoday.online/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}