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
电子邮箱 [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"
            ]
        }
    ]
}