Helper for Google Calendar™

Quick look to your Google Calendar event with one-click access to Calendar UI

Helper for Google Calendar™คืออะไร?

Helper for Google Calendar™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Software Utilities และคุณลักษณะหลักของมันคือ "Quick look to your Google Calendar event with one-click access to Calendar UI"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helper for Google Calendar™

ดาวน์โหลดไฟล์ส่วนขยาย Helper for Google Calendar™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Key Features for this extension:

Notifies about upcoming events inside Google Calendar.
Provides quick access to conferences.
Allows creation of new events quickly inside Google Calendar.
Displays events from your selected calendars.
Dark/Light mode for more comfortable use.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this extension. Helper for Google Calendar is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Helper for Google Calendar™ Helper for Google Calendar™
ID bmjejnfomomknbjkohfhekplmndpannk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/helper-for-google-calenda/bmjejnfomomknbjkohfhekplmndpannk
คำอธิบาย Quick look to your Google Calendar event with one-click access to Calendar UI
ขนาดไฟล์ 1.64 MB
จำนวนการติดตั้ง 1,691
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-11-11
วันที่เผยแพร่ 2021-04-05
คะแนน 4.74/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Free Software Utilities
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://save-photos.freebusinessapps.net/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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",
    "manifest_version": 2,
    "name": "__MSG_google_calendar_extension_name__",
    "description": "__MSG_google_calendar_extension_desc__",
    "version": "1.0.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/calendar-helper.pdfwork.com\/",
    "icons": {
        "16": "icons\/logo_32.png",
        "48": "icons\/logo_96.png",
        "128": "icons\/logo_256.png"
    },
    "permissions": [
        "alarms",
        "identity",
        "notifications",
        "storage"
    ],
    "oauth2": {
        "client_id": "986663999654-1q98cngufi2o13ljq22mnif8pssuh1js.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jstz-1.0.4.min.js",
            "lib\/jquery.js",
            "lib\/moment+langs.min.js",
            "scripts\/welcome-goodbye.js",
            "scripts\/utils.js",
            "scripts\/feeds.js",
            "scripts\/scheduler.js",
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/logo_19.png",
            "38": "icons\/logo_38.png"
        },
        "default_title": "__MSG_google_calendar_extension_name__",
        "default_popup": "popup.html"
    }
}