Rocket Planner

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

Co to jest Rocket Planner?

Rocket Planner to rozszerzenie Chrome opracowane przez Clever Programmer, a jego główną funkcją jest „The best way to plan your day and motivate you to take action!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rocket Planner

Pobierz pliki rozszerzeń Rocket Planner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Rocket Planner Rocket Planner
ID odingfapddhbglaallcgjfdckokcplmf
Oficjalny URL https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf
Opis The best way to plan your day and motivate you to take action!
Rozmiar pliku 168 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-10-29
Data Publikacji 2020-10-14
Ocena 4.96/5 Łącznie 28 Oceny
Deweloper Clever Programmer
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.cleverprogrammer.com/
Obsługiwane Języki 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
}