Task Reminder Pro

Task Reminder Pro will remind you when todo item is reaching. Your tasks will synchronize on many chrome browsers

Task Reminder Pro là gì?

Task Reminder Pro là một tiện ích mở rộng Chrome được phát triển bởi http://gocvuikhoe.com, và tính năng chính của nó là "Task Reminder Pro will remind you when todo item is reaching. Your tasks will synchronize on many chrome browsers".

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

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

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

                        Task Reminder Pro, will synchronize your tasks on all chrome browsers.

When you are working or doing something, you might forget to do your tasks at a time.
I also have this situation, so I create Task Reminder Pro which help me not miss any tasks.
All you need to do is create tasks, schedule a time to alert.
Choosing option:
- Notify me before (Minutes): It's minutes to notify before schedule time reaching.
- Audio: By default, audio is checked. When task alert, an audio will play, so you can be notified by both chrome screen and sound. If you uncheck it, only an message on your chrome browser is shown.

This is beta version, so there might be issue. Feel free to leave me an email to [email protected] if you get any trouble.

Besides Task Reminder Pro, we also give out Task Reminder https://chrome.google.com/webstore/detail/task-reminder/ipjimmmnkomjealkapggimnlcjpllnpk.
Which work on one browser only.                    

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

Tên Task Reminder Pro Task Reminder Pro
ID epcpaphigkhpgikodinkplkkkhlcmkhc
URL Chính Thức https://chrome.google.com/webstore/detail/epcpaphigkhpgikodinkplkkkhlcmkhc
Mô tả Task Reminder Pro will remind you when todo item is reaching. Your tasks will synchronize on many chrome browsers
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2016-04-28
Ngày Phát Hành 2016-04-28
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://gocvuikhoe.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "Task Reminder Pro",
    "browser_action": {
        "default_icon": "images\/reminder-128.png",
        "default_popup": "html\/popup.html",
        "default_title": "Task Reminder Pro"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "html\/background.html"
    },
    "description": "Task Reminder Pro will remind you when todo item is reaching. Your tasks will synchronize on many chrome browsers",
    "icons": {
        "128": "images\/reminder-128.png",
        "64": "images\/reminder-64.png",
        "24": "images\/reminder-24.png",
        "16": "images\/reminder-16.png"
    },
    "web_accessible_resources": [
        "html\/images\/close.png",
        "html\/audio\/sweet_electro.mp3"
    ],
    "manifest_version": 2,
    "options_page": "html\/options.html",
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "webRequest",
        "webNavigation",
        "unlimitedStorage",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.6"
}