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
官方網址 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
電子郵箱 [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\/"
    ]
}