BusyDays for Google Calendar™
Highlights days with events and appointments in side month-calendar of Google Calendar™ web page.
Τι είναι το BusyDays for Google Calendar™;
Το BusyDays for Google Calendar™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://busydays-app.com, και η κύρια λειτουργία του είναι "Highlights days with events and appointments in side month-calendar of Google Calendar™ web page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BusyDays for Google Calendar™
Λήψη αρχείων επέκτασης BusyDays for Google Calendar™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension highlights days with appointments or events in Google Calendar™ web page (the mini month calendar on the left-side panel). Mini month calendar on the left-side panel (drawer) is used mainly for navigation, an easy way to go to a specific day of the month. With BusyDays this mini month calendar can now clearly display days with appointments or events. This feature is mostly helpful in "Day" or "Week" views, because you can have a clear picture of current month's busy days. From the extension UI, you can select the calendar you want to include in mini month calendar and you instantly have a clear view of your monthly busy days. This extension works only on google.calendar.com page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aolbniflccjhbngkjkiadopndhponipa |
Επίσημο URL | https://chrome.google.com/webstore/detail/busydays-for-google-calen/aolbniflccjhbngkjkiadopndhponipa |
Περιγραφή | Highlights days with events and appointments in side month-calendar of Google Calendar™ web page. |
Μέγεθος Αρχείου | 11.66 MB |
Αριθμός Εγκαταστάσεων | 28 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2020-05-06 |
Ημερομηνία Δημοσίευσης | 2020-05-06 |
Προγραμματιστής | http://busydays-app.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://busydays-app.com/ |
Υποστηριζόμενες Γλώσσες | en,el |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "oauth2": { "client_id": "219740957826-jgeu11lipo759a4m5d2po0ai6r938gt1.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly", "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly" ] }, "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'", "permissions": [ "declarativeContent", "storage", "identity" ], "background": { "scripts": [ "background\/scripts.js", "background\/background-shared.js" ], "persistent": false }, "page_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/calendar16.png", "32": "assets\/calendar32.png", "128": "assets\/calendar128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "background\/scripts.js", "background\/background-angular-root.js", "background\/runtime-es2015.js", "background\/polyfills-es2015.js", "background\/vendor-es2015.js", "background\/main-es2015.js", "background\/styles-es2015.js" ] } ], "icons": { "16": "assets\/calendar16.png", "32": "assets\/calendar32.png", "128": "assets\/calendar128.png" }, "manifest_version": 2 } |