Cambly Sync Calendar

Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…

Cambly Sync Calendarคืออะไร?

Cambly Sync Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hattapoglu และคุณลักษณะหลักของมันคือ "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cambly Sync Calendar

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

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

                        Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics extension). After downloading ics file, you can add your reservations either to your default calendar by double-clicking or any calendar application of your choice by right-clicking and "Open with".

You can add all of your upcoming reservations at once!                    

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

ชื่อ Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim
คำอธิบาย Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
ขนาดไฟล์ 12.18 KB
จำนวนการติดตั้ง 158
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-02-08
วันที่เผยแพร่ 2022-02-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hattapoglu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hattapoglu/cambly-calendar-sync
URL หน้าช่วยเหลือ https://github.com/hattapoglu/cambly-calendar-sync/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cambly Sync Calendar",
    "manifest_version": 3,
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cambly.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}