Plutio

The Official Plutio Extension

Wat is Plutio?

Plutio is een Chrome-extensie ontwikkeld door https://plutio.com, en de belangrijkste functie is "The Official Plutio Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plutio

Download Plutio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Plutio Plutio
ID ihflmpjhkokbfgcjcamhpbibpccepmgp
Officiële URL https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp
Beschrijving The Official Plutio Extension
Bestandsgrootte 109 KB
Aantal Installaties 988
Huidige Versie 4.0
Laatst Bijgewerkt 2020-09-23
Publicatiedatum 2020-08-21
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://plutio.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.plutio.com/legal/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}