Schedule Planner

The best way to give value to your time!

Hvad er Schedule Planner?

Schedule Planner er en Chrome-udvidelse udviklet af ranjitrajan44, og dens hovedfunktion er "The best way to give value to your time!".

Udvidelsesskærmbilleder

screenshot

Download Schedule Planner-udvidelses-CRX-fil

Download Schedule Planner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Schedule Planner Schedule Planner
ID boejbcpecmcnnopibddpiacgodmfcgpl
Officiel URL https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl
Beskrivelse The best way to give value to your time!
Filstørrelse 168 KB
Antal Installationer 85
Nuværende Version 1.0
Senest Opdateret 2021-09-04
Udgivelsesdato 2021-09-03
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler ranjitrajan44
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}