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 là gì?

7todos là một tiện ích mở rộng Chrome được phát triển bởi https://7todos.com, và tính năng chính của nó là "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng 7todos 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

                        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!                    

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

Tên 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
URL Chính Thức https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Mô tả 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Kích Thước Tệp 857 KB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2021-05-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://7todos.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://7todos.com
URL Trang Chính Sách Bảo Mật https://www.7todos.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}