Pannacotta

Helping people to stop wasting time

Cos'è Pannacotta?

Pannacotta è un'estensione di Chrome sviluppata da https://www.pannacotta.io, e la sua funzione principale è "Helping people to stop wasting time".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pannacotta

Scarica i file di estensione Pannacotta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pannacotta Pannacotta
ID adnpnpeaakhdhlhbcnbpepbdiddopgdb
URL Ufficiale https://chromewebstore.google.com/detail/pannacotta/adnpnpeaakhdhlhbcnbpepbdiddopgdb
Descrizione Helping people to stop wasting time
Dimensione del File 5.46 MB
Conteggio Installazioni 93
Versione Corrente 2023.02.15.3
Ultimo Aggiornamento 2023-05-08
Data di Pubblicazione 2023-01-25
Valutazione 5.00/5 Totale 23 Valutazioni
Sviluppatore https://www.pannacotta.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pannacotta.io
Lingue Supportate 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'"
    }
}