Plutio

The Official Plutio Extension

Was ist Plutio?

Plutio ist eine Chrome-Erweiterung, die von https://plutio.com entwickelt wurde, und ihr Hauptmerkmal ist "The Official Plutio Extension".

Erweiterungsscreenshots

screenshot

Plutio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plutio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Plutio Plutio
ID ihflmpjhkokbfgcjcamhpbibpccepmgp
Offizielle URL https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp
Beschreibung The Official Plutio Extension
Dateigröße 109 KB
Installationsanzahl 988
Aktuelle Version 4.0
Letztes Update 2020-09-23
Veröffentlichungsdatum 2020-08-21
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler https://plutio.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.plutio.com/legal/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}