Pannacotta

Helping people to stop wasting time

Apa itu Pannacotta?

Pannacotta adalah ekstensi Chrome yang dikembangkan oleh https://www.pannacotta.io, dan fitur utamanya adalah "Helping people to stop wasting time".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pannacotta

Unduh file ekstensi Pannacotta 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

                        Introducing Pannacotta for Google Calendar - the ultimate goal management tool for individuals. With Pannacotta, you can:

- Easily set and track progress on your goals
- Connect your goals directly to your calendar events
- See the percentage of time spent on each goal
- Reprioritize your goals as needed
- Set a specific period of time to work on your goals
- Mark your goals as completed

Pannacotta is simple and easy to use, designed to help you stay focused on your priorities and make the most of your time. It helps you stay on track and motivated to achieve your goals.

Don't wait any longer, download Pannacotta for Google Calendar now and take control of your time and goals.                    

Informasi Dasar Ekstensi

Nama Pannacotta Pannacotta
ID adnpnpeaakhdhlhbcnbpepbdiddopgdb
URL Resmi https://chromewebstore.google.com/detail/pannacotta/adnpnpeaakhdhlhbcnbpepbdiddopgdb
Deskripsi Helping people to stop wasting time
Ukuran File 5.46 MB
Jumlah Instalasi 93
Versi Saat Ini 2023.02.15.3
Terakhir Diperbarui 2023-05-08
Tanggal Publikasi 2023-01-25
Penilaian 5.00/5 Total 23 Penilaian
Pengembang https://www.pannacotta.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pannacotta.io
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_title": "Pannacotta - Helping you to stop wasting time"
    },
    "name": "Pannacotta",
    "version": "2023.02.15.3",
    "description": "Helping people to stop wasting time",
    "author": "Pannacotta Inc.",
    "icons": {
        "16": "\/img\/icon-16.png",
        "32": "\/img\/icon-48.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/calendar.google.com\/*"
    ],
    "minimum_chrome_version": "103",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*",
                ""
            ],
            "js": [
                "assets\/index.ab06aa59.js",
                "\/inject.js"
            ],
            "css": [
                "assets\/index.e76acaba.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.e76acaba.css",
                "\/img\/icon-128.png",
                "\/img\/man.png",
                "fonts\/**",
                "\/img\/pannacotta.png",
                "\/img\/dog1.png",
                "\/img\/dog2.png",
                "\/inject.js",
                "\/content.js",
                "\/sentry.min.js",
                "\/img\/event.svg",
                "\/img\/team.svg",
                "\/img\/clock.svg",
                "\/img\/clockWhite.svg",
                "\/img\/clockRed.svg",
                "\/img\/danger.svg",
                "\/img\/eventDark.svg",
                "\/img\/flagUser.png",
                "\/img\/Badge-1.gif",
                "\/img\/Badge-2.gif",
                "\/img\/Badge-3.gif",
                "\/img\/Badge-4.gif",
                "\/img\/Badge-5.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "",
                "*:\/\/*.localhost\/*",
                "*:\/\/*.calendar.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    }
}