PlanPlus Online

A productivity system for leaders and achievers

PlanPlus Onlineとは何ですか?

PlanPlus OnlineはPlanPlus Onlineによって開発されたChromeの拡張機能で、その主な機能は「A productivity system for leaders and achievers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PlanPlus Online拡張機能のCRXファイルをダウンロード

PlanPlus Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Free Chrome Extension for your PlanPlus Online task management. It will show your prioritized task list each time you open a new tab.  It allows you to edit and create new tasks that will connect with your PlanPlus Online account if you choose to upgrade to our full version.  We also introduced a feature for focus mode to allow you to select one task you'd like to focus on and see that task each time you open a new tab.                    

拡張機能の基本情報

名前 PlanPlus Online PlanPlus Online
ID alnnkdajjdhifohikefkglejgjknaijh
公式URL https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh
説明 A productivity system for leaders and achievers
ファイルサイズ 77.49 KB
インストール数 1,407
現在のバージョン 2.1.1
最終更新日 2020-10-29
公開日 2020-07-31
評価 5.00/5 合計 14 レビュー
開発者 PlanPlus Online
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.planplusonline.com
ヘルプページのURL https://www.planplusonline.com/support
プライバシーポリシーページのURL https://www.planplusonline.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "ppo-login.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "PlanPlus Online",
    "short_name": "PlanPlus",
    "description": "A productivity system for leaders and achievers",
    "version": "2.1.1",
    "browser_action": {
        "default_icon": "pp-icon.png"
    },
    "icons": {
        "16": "pp-icon-all.png",
        "48": "pp-icon-all.png",
        "128": "pp-icon-all.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/sync.planplusonline02.com\/",
        "https:\/\/sync.planplusonline05.com\/",
        "https:\/\/sync.planplusonline08.com\/",
        "https:\/\/sync.planplusonline.us\/",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/dev.planplusonline.com\/",
        "https:\/\/staging.planplusonline.com\/"
    ]
}