Rocket Planner

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

O que é Rocket Planner?

Rocket Planner é uma extensão do Chrome desenvolvida por Clever Programmer, e sua principal característica é "The best way to plan your day and motivate you to take action!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rocket Planner

Baixe arquivos de extensão Rocket Planner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rocket Planner Rocket Planner
ID odingfapddhbglaallcgjfdckokcplmf
URL Oficial https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf
Descrição The best way to plan your day and motivate you to take action!
Tamanho do Arquivo 168 KB
Contagem de Instalações 1,000
Versão Atual 1.0
Última Atualização 2020-10-29
Data de Publicação 2020-10-14
Classificação 4.96/5 Total de 28 Avaliações
Desenvolvedor Clever Programmer
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.cleverprogrammer.com/
Idiomas Suportados 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
}