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是由hattapoglu開發的Chrome擴展程式,該擴展的主要功能是“Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…”。

擴展截圖

screenshot

下載Cambly Sync Calendar擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}