7todos

7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.

7todosคืออะไร?

7todos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://7todos.com และคุณลักษณะหลักของมันคือ "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks."

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

screenshot
screenshot

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

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

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

                        The 7todos extension to the web app. 

Use the 7todos extension to to easily access your tasks within your browser. 

Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. 

The extension will appear as the new tab so you will get reminded about your daily tasks!                    

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

ชื่อ 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
คำอธิบาย 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
ขนาดไฟล์ 857 KB
จำนวนการติดตั้ง 187
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2021-05-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://7todos.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://7todos.com
URL หน้านโยบายความเป็นส่วนตัว https://www.7todos.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7todos",
    "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.",
    "version": "3.0.2",
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}