Schedule Planner

The best way to give value to your time!

¿Qué es Schedule Planner?

Schedule Planner es una extensión de Chrome desarrollada por ranjitrajan44, y su función principal es "The best way to give value to your time!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Schedule Planner

Descarga archivos de extensión Schedule Planner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Organize your day and take action 🚀

Schedule Planner was built for you to very easily add your daily action items 🔥
It was built for you to feel rewarded as you go about checking off your tasks 🔥
It was built for you to feel accomplished 🔥

Use Schedule 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

Enjoy Schedule Planner and let's take action!                    

Información Básica de la Extensión

Nombre Schedule Planner Schedule Planner
ID boejbcpecmcnnopibddpiacgodmfcgpl
URL Oficial https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl
Descripción The best way to give value to your time!
Tamaño del Archivo 168 KB
Cantidad de Instalaciones 85
Versión Actual 1.0
Última Actualización 2021-09-04
Fecha de Publicación 2021-09-03
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador ranjitrajan44
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schedule Planner",
    "version": "1.0",
    "description": "The best way to give value to your time!",
    "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
}