Neatly - Bullet Journal and Task Manager

A Bullet Journal as a Chrome extension for using anywhere

Neatly - Bullet Journal and Task Manager là gì?

Neatly - Bullet Journal and Task Manager là một tiện ích mở rộng Chrome được phát triển bởi Erfan Attarzadeh, và tính năng chính của nó là "A Bullet Journal as a Chrome extension for using anywhere".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Neatly - Bullet Journal and Task Manager

Tải xuống các tệp mở rộng Neatly - Bullet Journal and Task Manager 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

                        Hey There!
If you are looking for a digital bullet journal and want to manage your tasks easily, we recommend this extension to you.
Unlike other websites, you can use this Chrome extension whenever you open a new tab. This means you don't need to open a specific webpage or application to achieve to this.

Current Features

- Task management per week and month
- Categorize your tasks into 5 colors
- Highlighting overdue tasks
- Showing last week's overdue tasks on each week
- Privacy mode to hide your task from others
- Dark mode for dark theme lovers
- etc...

Language and Calendar Support

- English language and Gregorian calendar
- Persian language and Solar Hijri calendar

Privacy Policy

- Your email is only used for account management and no promotional email will be sent to you.
- Your input information, such as tasks and planning, is reserved for this extension and will not be given to third parties and will not be sold.                    

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

Tên Neatly - Bullet Journal and Task Manager Neatly - Bullet Journal and Task Manager
ID nnkngdchdahcagdnggplafmdhgnbldcm
URL Chính Thức https://chromewebstore.google.com/detail/neatly-bullet-journal-and/nnkngdchdahcagdnggplafmdhgnbldcm
Mô tả A Bullet Journal as a Chrome extension for using anywhere
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 538
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2023-01-18
Đánh Giá 4.43/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Erfan Attarzadeh
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://neatly-extension.github.io
Ngôn Ngữ Được Hỗ Trợ en,fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7kAM\/ruTm5yBqck3dZSqQgzUkBUAkeUrJc8pBq8WKMBJJ1EID6DoWpJ4HbL45JXpL0al7sRRzGaSi5Y6DvZZsKCdPMZvF28V+8BItYLARscH\/wSe5EzIW18+ALIZ1ZIZm9g0OptlCCxRPM4XWB8UDyT\/2\/ndlsfiClK6HNGNr7y0sG+qd8yvCK54ko61RnVg97KRRXEgctjBfH4xwEa0IB19aHUkKjR3zj5apNQko2GlqsL+dsLy73mlEmTbB3A+6eSdS1hLJd6JjMHmG2+KSutbTwH4DzPQz5HNWFrrXNhYwFPilhijfa4mhex9GRwAVryWSVXSPYxZPevt+pyhQIDAQAB",
    "default_locale": "en",
    "version": "0.5.0",
    "action": {
        "default_icon": {
            "16": "logo-16.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        },
        "default_title": "__MSG_appActionTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ],
    "optional_permissions": [
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/*.neatly.ir\/*"
    ]
}