Pannacotta

Helping people to stop wasting time

Co to jest Pannacotta?

Pannacotta to rozszerzenie Chrome opracowane przez https://www.pannacotta.io, a jego główną funkcją jest „Helping people to stop wasting time”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pannacotta

Pobierz pliki rozszerzeń Pannacotta w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pannacotta Pannacotta
ID adnpnpeaakhdhlhbcnbpepbdiddopgdb
Oficjalny URL https://chromewebstore.google.com/detail/pannacotta/adnpnpeaakhdhlhbcnbpepbdiddopgdb
Opis Helping people to stop wasting time
Rozmiar pliku 5.46 MB
Liczba instalacji 93
Aktualna Wersja 2023.02.15.3
Ostatnia Aktualizacja 2023-05-08
Data Publikacji 2023-01-25
Ocena 5.00/5 Łącznie 23 Oceny
Deweloper https://www.pannacotta.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pannacotta.io
Obsługiwane Języki 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'"
    }
}