Button for Google Calendar

Check Google Calendar schedule and join meetings with one click. It fully integrates with Zoom, Google Meet, Microsoft Teams, etc.

Τι είναι το Button for Google Calendar;

Το Button for Google Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browsecraft.com, και η κύρια λειτουργία του είναι "Check Google Calendar schedule and join meetings with one click. It fully integrates with Zoom, Google Meet, Microsoft Teams, etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get a button on your Google Chrome toolbar to quickly see upcoming events from your Google Calendar without leaving the current tab. Don't be late for meetings anymore!

FEATURES
• Constantly reminds you of an upcoming event from your Calendar.
• Sends push notifications following the meeting settings. 
• Provides quick access to conference links from your events. Google Meet, Zoom, Microsoft Teams, and Skype are supported.
• Allows you to create new events quickly.
• Displays meetings from selected calendars only.

HELP
• Authorization in the extension works correctly only in Google Chrome.
• Our Button supports authorization in only one Google Calendar account. Suppose you want to use it to receive notifications about events from two calendars at once. In this case, you need to select the primary account and give it access to the calendar of the second account.
• The time format is automatically synchronized with your Calendar when you install the extension.
• If you are using a corporate Google Workspace account and have problems with authorization, please contact your domain administrator. He should add our "Button" to the list of trusted extensions.
• If you have any problems or find a bug - write to us at [email protected]. We will definitely help!

TRUE STORY
This extension is a replica of the legendary Google Calendar extension by Manas Tungare. This extension has existed for over a decade and has been used by 5,000,000 users. Unfortunately, in 2021, Manas decided to remove the extension. He reported this in an open letter in the repository of his project - https://github.com/manastungare/google-calendar-crx. This was terrible news since there was simply no other equally simple and free extension!

Therefore, our team decided to copy Manas's extension and take over its support and development. Manas approved our initiative. Now the project is safe, and everyone can continue to access their events from Calendar in one click for free!

LATEST UPDATES
1. Updated the design of the event element.
2. Added the ability to select active calendars in the settings.
3. We have reduced the time for automatic updating of data from the calendar to 15 minutes.
4. Added the ability to enable or disable notifications in the settings.
5. Added setting for displaying the time to the nearest event.
6. Added quick links to connect to meetings from your calendar.
7. Updated all localizations.
8. Fixed the work of all links leading to the calendar pages.
9. Fixed authorization for users with corporate accounts.
10. Added an update button to request up-to-date data from your calendar manually.

Supported with ❤️ by the BrowseCraft gang. Stand with Ukraine 💙💛.

ADS & PROMOTION
When using Button for Google Calendar, you may encounter advertisements for other extensions. These situational ads allow us to develop the product and make it free for you - our users.

DISCLAIMER
Please note Button for Google Calendar is not made by Google™ or affiliated with Alphabet Inc.                    

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

Όνομα Button for Google Calendar Button for Google Calendar
ID lfjnmopldodmmdhddmeacgjnjeakjpki
Επίσημο URL https://chromewebstore.google.com/detail/button-for-google-calenda/lfjnmopldodmmdhddmeacgjnjeakjpki
Περιγραφή Check Google Calendar schedule and join meetings with one click. It fully integrates with Zoom, Google Meet, Microsoft Teams, etc.
Μέγεθος Αρχείου 184 KB
Αριθμός Εγκαταστάσεων 171,730
Τρέχουσα Έκδοση 23.12.11
Τελευταία Ενημέρωση 2023-12-12
Ημερομηνία Δημοσίευσης 2021-01-27
Αξιολόγηση 3.86/5 Συνολικά 121 Αξιολογήσεις
Προγραμματιστής https://browsecraft.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browsecraft.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://browsecraft.com/contacts
URL της Σελίδας Πολιτικής Απορρήτου https://browsecraft.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,vi,tr,ca,da,es,hr,it,hu,pl,pt-BR,ro,cs,el,bg,ru,uk,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "homepage_url": "https:\/\/manganum.app\/products\/button-for-google-calendar",
    "name": "Button for Google Calendar",
    "description": "Check Google Calendar schedule and join meetings with one click. It fully integrates with Zoom, Google Meet, Microsoft Teams, etc.",
    "version": "23.12.11",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo_calendar_32.png",
        "48": "icons\/logo_calendar_96.png",
        "128": "icons\/logo_calendar_256.png"
    },
    "permissions": [
        "alarms",
        "identity",
        "notifications",
        "storage"
    ],
    "oauth2": {
        "client_id": "498582140037-idmaqvknkffr3npnsdl2d09ni80m9gsf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jstz-1.0.4.min.js",
            "lib\/jquery.min.js",
            "lib\/moment+langs.min.js",
            "constants.js",
            "options.js",
            "utils.js",
            "feeds.js",
            "scheduler.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/logo_calendar_19.png",
            "38": "icons\/logo_calendar_38.png"
        },
        "default_title": "Button for Google Calendar\u2122",
        "default_popup": "browser_action.html"
    }
}