Google Calendar Description Prefiller

This extension prefills the description field when creating events in Google Calendar.

Τι είναι το Google Calendar Description Prefiller;

Το Google Calendar Description Prefiller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DX Heroes, και η κύρια λειτουργία του είναι "This extension prefills the description field when creating events in Google Calendar.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Google Calendar Description Prefiller is a powerful Chrome extension designed to streamline your scheduling process on Google Calendar. With just a few clicks, you can automatically fill in the description of your events based on predefined options, saving you time and effort.

Key Features:

- Automatic Description Filling: Select from predefined options to automatically fill the description field of your events. You no longer need to type repetitive information.
- Customizable Options: Customize the predefined options according to your preferences and needs. Set up your choices once, and let the extension do the work for you.
- Easy-to-use Interface: Seamlessly integrated with Google Calendar, our extension provides a user-friendly interface that doesn't interfere with your usual calendar navigation.
- Efficient and Lightweight: Designed with efficiency in mind, our extension won't slow down your browser or affect other tabs.

Google Calendar Description Prefiller is perfect for users who frequently schedule events and meetings on Google Calendar and want to streamline their event creation process. It's particularly helpful for professionals, students, and anyone who wants to boost their productivity.

Install "Google Calendar Description Prefiller" today and make scheduling events a breeze!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Calendar Description Prefiller Google Calendar Description Prefiller
ID coojcmcomfnjnpeejpnojnokdjackihp
Επίσημο URL https://chromewebstore.google.com/detail/google-calendar-descripti/coojcmcomfnjnpeejpnojnokdjackihp
Περιγραφή This extension prefills the description field when creating events in Google Calendar.
Μέγεθος Αρχείου 232 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-06-02
Ημερομηνία Δημοσίευσης 2023-06-02
Προγραμματιστής DX Heroes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/prokopsimek/google-calendar-description-prefiller/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/prokopsimek/google-calendar-description-prefiller/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Calendar Description Prefiller",
    "description": "This extension prefills the description field when creating events in Google Calendar.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}