Pannacotta

Helping people to stop wasting time

什麼是Pannacotta?

Pannacotta是由https://www.pannacotta.io開發的Chrome擴展程式,該擴展的主要功能是“Helping people to stop wasting time”。

擴展截圖

screenshot
screenshot

下載Pannacotta擴展crx文件

下載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
官方網址 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'"
    }
}