Rocket Planner

The best way to plan your day and motivate you to take action!

Rocket Planner là gì?

Rocket Planner là một tiện ích mở rộng Chrome được phát triển bởi Clever Programmer, và tính năng chính của nó là "The best way to plan your day and motivate you to take action!".

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

screenshot
screenshot
screenshot

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

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

                        Start off your day with a great to-do that motivates you to take action.

Rocket Planner is a simple but amazing to-do list app that helps you organize and conquer your day.🔥

It was built to feel rewarded, built to feel accomplished, built to make progress. 🔥

Use Rocker Planner for Chrome to:
👉Organize your day
👉Add websites as action items to visit later
👉Easily complete tasks
👉View your action progress on the day

Download Rocket Planner and start taking action!

Tag @cleverqazi and @nazdumanskyy on Instagram and share your thoughts on the Rocket Planner.

Developer by Naz at Clever Programmer                    

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

Tên Rocket Planner Rocket Planner
ID odingfapddhbglaallcgjfdckokcplmf
URL Chính Thức https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf
Mô tả The best way to plan your day and motivate you to take action!
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-10-29
Ngày Phát Hành 2020-10-14
Đánh Giá 4.96/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Clever Programmer
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.cleverprogrammer.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket Planner",
    "version": "1.0",
    "description": "The best way to plan your day and motivate you to take action!",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/action-items-utils.js",
            "packages\/uuidv4.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons16.png",
            "32": "images\/icons32.png",
            "48": "images\/icons48.png",
            "128": "images\/icons128.png"
        }
    },
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 2
}