Rocket Planner

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

Rocket Planner क्या है?

Rocket Planner Clever Programmer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to plan your day and motivate you to take action!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rocket Planner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Rocket Planner Rocket Planner
ID odingfapddhbglaallcgjfdckokcplmf
आधिकारिक URL https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf
विवरण The best way to plan your day and motivate you to take action!
फ़ाइल का आकार 168 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-10-29
प्रकाशन तिथि 2020-10-14
रेटिंग 4.96/5 कुल 28 रेटिंग्स
डेवलपर Clever Programmer
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.cleverprogrammer.com/
समर्थित भाषाएँ 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
}