Cambly Sync Calendar

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

Cos'è Cambly Sync Calendar?

Cambly Sync Calendar è un'estensione di Chrome sviluppata da hattapoglu, e la sua funzione principale è "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cambly Sync Calendar

Scarica i file di estensione Cambly Sync Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
URL Ufficiale https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim
Descrizione Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Dimensione del File 12.18 KB
Conteggio Installazioni 158
Versione Corrente 1.1
Ultimo Aggiornamento 2022-02-08
Data di Pubblicazione 2022-02-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore hattapoglu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hattapoglu/cambly-calendar-sync
URL della Pagina di Aiuto https://github.com/hattapoglu/cambly-calendar-sync/issues
Lingue Supportate 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"
            ]
        }
    ]
}