Schedule Planner

The best way to give value to your time!

Qu'est-ce que Schedule Planner ?

Schedule Planner est une extension Chrome développée par ranjitrajan44, et sa fonction principale est "The best way to give value to your time!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Schedule Planner

Téléchargez les fichiers d'extension Schedule Planner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Schedule Planner Schedule Planner
ID boejbcpecmcnnopibddpiacgodmfcgpl
URL Officiel https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl
Description The best way to give value to your time!
Taille du Fichier 168 KB
Nombre d'Installations 85
Version Actuelle 1.0
Dernière Mise à Jour 2021-09-04
Date de Publication 2021-09-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur ranjitrajan44
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}