Cambly Sync Calendar

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

Was ist Cambly Sync Calendar?

Cambly Sync Calendar ist eine Chrome-Erweiterung, die von hattapoglu entwickelt wurde, und ihr Hauptmerkmal ist "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".

Erweiterungsscreenshots

screenshot

Cambly Sync Calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cambly Sync Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
Offizielle URL https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim
Beschreibung Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Dateigröße 12.18 KB
Installationsanzahl 158
Aktuelle Version 1.1
Letztes Update 2022-02-08
Veröffentlichungsdatum 2022-02-07
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler hattapoglu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hattapoglu/cambly-calendar-sync
Hilfeseite URL https://github.com/hattapoglu/cambly-calendar-sync/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}