Checker Plus for Google Calendar™

See your next events, get meeting notifications and snooze events without opening the Google Calendar page!

Checker Plus for Google Calendar™란 무엇입니까?

Checker Plus for Google Calendar™은(는) https://jasonsavard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your next events, get meeting notifications and snooze events without opening the Google Calendar page!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        100 times more powerful than regular calendar extensions and with desktop and voice notifications and great reviews

• Trusted developer of many extensions - more than one million satisfied users worldwide.
• Lots of features, options and updates
• Extensive FAQs at jasonsavard.com and personal tech support from me with very fast response
• Click "Website" or visit jasonsavard.com for more info.
• Extra features are available upon contributing "any" amount.
• Supports Google Tasks
• Supports Push Notifications
• I'll add your suggestions.

Improve your productivity and your business with new features like this...
• Add events quickly with multiple ways...
 - Click on a day in the popup calendar or just type it into the quick add ex. Lunch with Mom 11am Sunday
 - Select the text on any page like "...dinner Aug 26th at 3:30pm..." and right click to add it automatically for that date!
 - Right click a webpage and add it instantly to your calendar for tomorrow or any day or time! Try it in Gmail ex. a friend emails you to play soccer tomorrow, reply to them, then right click and save it to your calendar. You can also use the popup calendar see video https://youtu.be/hrrZa2egQDc
 - Use Chrome's address bar (Omnibox) to add an event by simply typing "cal" and then tab or space and your event title with the time or date. https://youtu.be/owtEUtueXp4
 - When viewing a Facebook event page the popup gives you the choice to add it to your calendar
• Desktop notifications "like Outlook" when your event occurs that you can snooze and with optional voice notification: Add a cooking timer that yells out "take out pizza!"
• Sound and voice notification: Great for the visually impaired
• Supports multiple calendars and Google Apps™ (for Business or Education) and hosted
• Option to run in background even when Google Chrome is closed
• Popup a calendar for the month, week, agenda view when clicking on the icon or customize your own view!
• Show the current date or day or time until your next event and preview details of your future ones right on the icon
• Lots of options that you can customize, most are free (95%) and the rest is upon contributions of ANY amount because I've added those features by special requests
• Get reminders of your contacts' birthdays and events
• Drag and drop events to reschedule them in the month view
• Notification of events even when there is no internet connection with offline mode
• Gray out past days or highlight weekends

Change log: https://jasonsavard.com/wiki/Checker_Plus_for_Google_Calendar_changelog                    

확장 프로그램 기본 정보

이름 Checker Plus for Google Calendar™ Checker Plus for Google Calendar™
ID hkhggnncdpfibdhinjiegagmopldibha
공식 URL https://chromewebstore.google.com/detail/checker-plus-for-google-c/hkhggnncdpfibdhinjiegagmopldibha
설명 See your next events, get meeting notifications and snooze events without opening the Google Calendar page!
파일 크기 2.02 MB
설치 횟수 383,491
현재 버전 35.0.2
최근 업데이트 2024-02-17
출시 날짜 2020-07-03
평점 4.43/5 총 2024 개의 평점
개발자 https://jasonsavard.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://jasonsavard.com
도움말 페이지 URL https://jasonsavard.com/wiki/Checker_Plus_for_Google_Calendar
개인정보 보호 정책 페이지 URL https://jasonsavard.com/wiki/Permissions_and_privacy
지원되는 언어 de,en,en-GB,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checker Plus for Google Calendar\u2122",
    "description": "__MSG_description__",
    "version": "35.0.2",
    "homepage_url": "https:\/\/jasonsavard.com?ref=homepage_url&ext=calendar",
    "omnibox": {
        "keyword": "cal"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/icons\/icon-19_default.png",
            "38": "\/images\/icons\/icon-38_default.png"
        },
        "default_title": "Checker Plus for Google Calendar\u2122",
        "default_popup": "popup.html?source=toolbar"
    },
    "commands": {
        "dismissEvent": {
            "description": "__MSG_dismissAllInNotificationWindow__"
        },
        "quickAddSelection": {
            "description": "__MSG_quickAdd__"
        }
    },
    "icons": {
        "16": "\/images\/icons\/icon-16.png",
        "32": "\/images\/icons\/icon-32_default.png",
        "48": "\/images\/icons\/icon-48.png",
        "128": "\/images\/icons\/icon-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "alarms",
        "storage",
        "tts",
        "idle",
        "contextMenus",
        "notifications",
        "activeTab",
        "gcm",
        "identity",
        "unlimitedStorage",
        "system.display",
        "offscreen",
        "scripting"
    ],
    "optional_permissions": [
        "background"
    ],
    "optional_host_permissions": [
        "https:\/\/calendar.google.com\/"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "oauth2": {
        "client_id": "74919836968-ube40emj4vdiujk6q2h12l0n5sgblkvu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events",
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "contribute.html"
            ],
            "matches": [
                "https:\/\/jasonsavard.com\/*",
                "https:\/\/checkout.stripe.com\/*",
                "https:\/\/www.paypal.com\/*",
                "https:\/\/commerce.coinbase.com\/*"
            ]
        },
        {
            "resources": [
                "oauth2callback.html"
            ],
            "matches": [
                "https:\/\/accounts.google.com\/*"
            ]
        }
    ]
}