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 là gì?

Cambly Sync Calendar là một tiện ích mở rộng Chrome được phát triển bởi hattapoglu, và tính năng chính của nó là "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cambly Sync Calendar

Tải xuống các tệp mở rộng Cambly Sync Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
URL Chính Thức https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim
Mô tả Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Kích Thước Tệp 12.18 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-08
Ngày Phát Hành 2022-02-07
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hattapoglu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hattapoglu/cambly-calendar-sync
URL Trang Trợ Giúp https://github.com/hattapoglu/cambly-calendar-sync/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}