Plutio

The Official Plutio Extension

什麼是Plutio?

Plutio是由https://plutio.com開發的Chrome擴展程式,該擴展的主要功能是“The Official Plutio Extension”。

擴展截圖

screenshot

下載Plutio擴展crx文件

下載Plutio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Create tasks and track time from your browser using this easy to use Plutio Official Extension.                    

擴展基本資訊

名稱 Plutio Plutio
ID ihflmpjhkokbfgcjcamhpbibpccepmgp
官方網址 https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp
簡介 The Official Plutio Extension
檔案大小 109 KB
安裝次數 988
目前版本 4.0
更新時間 2020-09-23
上架時間 2020-08-21
評分 4.00/5 共 5 次評分
開發者 https://plutio.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.plutio.com/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plutio",
    "description": "The Official Plutio Extension",
    "version": "4.0",
    "browser_action": {
        "default_icon": "plutio.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "plutio16.png",
        "22": "plutio22.png",
        "32": "plutio32.png",
        "48": "plutio48.png",
        "128": "plutio128.png"
    },
    "background": {
        "scripts": [
            "liveTimer.js",
            "trackTime.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "https:\/\/app.plutio.com\/signin\/authorize?app_id=CwtBod3Y8cXRAu4FZ",
        "https:\/\/www.plutio.com\/*",
        "https:\/\/www.app.plutio.com\/*"
    ]
}