Plutio

The Official Plutio Extension

What is Plutio?

Plutio is a Chrome extension developed by https://plutio.com, and its main feature is "The Official Plutio Extension".

Extension Screenshots

screenshot

Download Plutio Extension CRX File

Download Plutio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Plutio Plutio
ID ihflmpjhkokbfgcjcamhpbibpccepmgp
Official URL https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp
Description The Official Plutio Extension
File Size 109 KB
Installation Count 988
Current Version 4.0
Last Updated 2020-09-23
Publish Date 2020-08-21
Rating 4.00/5 Total 5 Ratings
Developer https://plutio.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.plutio.com/legal/privacy-policy
Supported Languages 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\/*"
    ]
}