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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FocusCommit, και η κύρια λειτουργία του είναι "Boost focus with our tool that integrates the Pomodoro technique into your Google Calendar events.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pomodoro Timer for Google Calendar

Λήψη αρχείων επέκτασης Pomodoro Timer for Google Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}