Schedule Planner

The best way to give value to your time!

什么是Schedule Planner?

Schedule Planner是由ranjitrajan44开发的Chrome扩展程序,该扩展的主要功能是“The best way to give value to your time!”。

扩展截图

screenshot
screenshot
screenshot

下载Schedule Planner扩展crx文件

下载Schedule Planner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Schedule Planner Schedule Planner
ID boejbcpecmcnnopibddpiacgodmfcgpl
官方URL https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl
简介 The best way to give value to your time!
文件大小 168 KB
安装次数 85
当前版本 1.0
更新时间 2021-09-04
上架时间 2021-09-03
评分 5.00/5 共4次评分
开发者 ranjitrajan44
电子邮箱 ranjitrajan44@gmail.com
付费类型 free
支持的语言 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
}