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

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
Eメール [email protected]
支払い方法 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
}