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
公式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
Eメール [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"
            ]
        }
    ]
}