Pannacotta

Helping people to stop wasting time

Что такое Pannacotta?

Pannacotta - это расширение Chrome, разработанное https://www.pannacotta.io, и его основная функция - "Helping people to stop wasting time".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Pannacotta

Скачайте файлы расширений Pannacotta в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Pannacotta Pannacotta
ID adnpnpeaakhdhlhbcnbpepbdiddopgdb
Официальный URL https://chromewebstore.google.com/detail/pannacotta/adnpnpeaakhdhlhbcnbpepbdiddopgdb
Описание Helping people to stop wasting time
Размер файла 5.46 MB
Количество установок 93
Текущая Версия 2023.02.15.3
Последнее Обновление 2023-05-08
Дата публикации 2023-01-25
Рейтинг 5.00/5 Всего 23 оценок
Разработчик https://www.pannacotta.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pannacotta.io
Поддерживаемые языки 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'"
    }
}