Schedule Planner

The best way to give value to your time!

Was ist Schedule Planner?

Schedule Planner ist eine Chrome-Erweiterung, die von ranjitrajan44 entwickelt wurde, und ihr Hauptmerkmal ist "The best way to give value to your time!".

Erweiterungsscreenshots

screenshot

Schedule Planner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Schedule Planner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Schedule Planner Schedule Planner
ID boejbcpecmcnnopibddpiacgodmfcgpl
Offizielle URL https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl
Beschreibung The best way to give value to your time!
Dateigröße 168 KB
Installationsanzahl 85
Aktuelle Version 1.0
Letztes Update 2021-09-04
Veröffentlichungsdatum 2021-09-03
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler ranjitrajan44
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}