Cambly Sync Calendar

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

Qu'est-ce que Cambly Sync Calendar ?

Cambly Sync Calendar est une extension Chrome développée par hattapoglu, et sa fonction principale est "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cambly Sync Calendar

Téléchargez les fichiers d'extension Cambly Sync Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
URL Officiel 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…
Taille du Fichier 12.18 KB
Nombre d'Installations 158
Version Actuelle 1.1
Dernière Mise à Jour 2022-02-08
Date de Publication 2022-02-07
Évaluation 3.00/5 Total 2 Évaluations
Développeur hattapoglu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hattapoglu/cambly-calendar-sync
URL de la Page d'Aide https://github.com/hattapoglu/cambly-calendar-sync/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}