Pomodoro Timer for Google Calendar

Boost focus with our tool that integrates the Pomodoro technique into your Google Calendar events.

Pomodoro Timer for Google Calendar क्या है?

Pomodoro Timer for Google Calendar FocusCommit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost focus with our tool that integrates the Pomodoro technique into your Google Calendar events."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pomodoro Timer for Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Optimize Your Schedule with Google Calendar-Integrated Pomodoro Timer

Elevate your Google Calendar experience with our Pomodoro Timer extension. It's designed to blend the Pomodoro technique into your calendar events, aiding in structured and focused work sessions. Key features include:

🔗 Embedded Pomodoro Function: Integrates with Google Calendar events.
🔔 Instant Notifications: Alerts at the end of each Pomodoro session.
📊 Pomodoro History and Statistics: Track productivity and session data.
👍 User-Friendly: Easy setup and operation within your calendar.

How to Use the Pomodoro Timer:

1. Navigate to calendar.google.com.
2. Click on a calendar event.
3. You will see a "Start Pomodoro" button. Click it to begin a focused work session.
4. A notification will alert you when the Pomodoro session ends, allowing for a break or to start a new session.

This straightforward process ensures you can manage your time effectively without leaving your Google Calendar environment.                    

एक्सटेंशन की मूल जानकारी

नाम Pomodoro Timer for Google Calendar Pomodoro Timer for Google Calendar
ID lbajmocmhedhaaiiammglajpagbdaeeh
आधिकारिक URL https://chromewebstore.google.com/detail/pomodoro-timer-for-google/lbajmocmhedhaaiiammglajpagbdaeeh
विवरण Boost focus with our tool that integrates the Pomodoro technique into your Google Calendar events.
फ़ाइल का आकार 326 KB
स्थापना संख्या 133
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-11-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर FocusCommit
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://focuscommit.com
सहायता पृष्ठ URL https://focuscommit.com/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomodoro Timer for Google Calendar",
    "version": "0.0.3",
    "description": "Boost focus with our tool that integrates the Pomodoro technique into your Google Calendar events.",
    "permissions": [
        "storage",
        "notifications"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*",
                "*:\/\/www.google-analytics.com\/*",
                "*:\/\/accounts.google.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17077212044.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}