Plutio

The Official Plutio Extension

Apa itu Plutio?

Plutio adalah ekstensi Chrome yang dikembangkan oleh https://plutio.com, dan fitur utamanya adalah "The Official Plutio Extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Plutio

Unduh file ekstensi Plutio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Plutio Plutio
ID ihflmpjhkokbfgcjcamhpbibpccepmgp
URL Resmi https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp
Deskripsi The Official Plutio Extension
Ukuran File 109 KB
Jumlah Instalasi 988
Versi Saat Ini 4.0
Terakhir Diperbarui 2020-09-23
Tanggal Publikasi 2020-08-21
Penilaian 4.00/5 Total 5 Penilaian
Pengembang https://plutio.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.plutio.com/legal/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}