Dotoday

DoToday- Task Management Made Simple

Dotodayคืออะไร?

Dotoday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apester Ltd. และคุณลักษณะหลักของมันคือ "DoToday- Task Management Made Simple"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dotoday

ดาวน์โหลดไฟล์ส่วนขยาย Dotoday ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dotoday Dotoday
ID kdlhidpdielocfjhfgihjbhbceocndmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dotoday/kdlhidpdielocfjhfgihjbhbceocndmn
คำอธิบาย DoToday- Task Management Made Simple
ขนาดไฟล์ 75.28 KB
จำนวนการติดตั้ง 2,467
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2023-09-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Apester Ltd.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dotoday.online
URL หน้านโยบายความเป็นส่วนตัว https://www.dotoday.online/privacy-policy
ภาษาที่รองรับ 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"
    }
}