Cambly Sync Calendar

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

What is Cambly Sync Calendar?

Cambly Sync Calendar is a Chrome extension developed by hattapoglu, and its main feature is "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".

Extension Screenshots

screenshot

Download Cambly Sync Calendar Extension CRX File

Download Cambly Sync Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
Official URL https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim
Description Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
File Size 12.18 KB
Installation Count 158
Current Version 1.1
Last Updated 2022-02-08
Publish Date 2022-02-07
Rating 3.00/5 Total 2 Ratings
Developer hattapoglu
Email [email protected]
Payment Type free
Extension Website https://github.com/hattapoglu/cambly-calendar-sync
Help Page URL https://github.com/hattapoglu/cambly-calendar-sync/issues
Supported Languages 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"
            ]
        }
    ]
}