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™은(는) http://busydays-app.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights days with events and appointments in side month-calendar of Google Calendar™ web page."입니다.

확장 프로그램 스크린샷

screenshot

BusyDays for Google Calendar™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BusyDays for Google Calendar™ BusyDays for Google Calendar™
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
}