Cambly Sync Calendar
Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Wat is Cambly Sync Calendar?
Cambly Sync Calendar is een Chrome-extensie ontwikkeld door hattapoglu, en de belangrijkste functie is "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".
Extensie Screenshots
Download het CRX-bestand van de extensie Cambly Sync Calendar
Download Cambly Sync Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Cambly Sync Calendar |
ID | jkiadknecgnplbpngdjdkhjfmhefmgim |
Officiële URL | https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim |
Beschrijving | Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics… |
Bestandsgrootte | 12.18 KB |
Aantal Installaties | 158 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-02-08 |
Publicatiedatum | 2022-02-07 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | hattapoglu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hattapoglu/cambly-calendar-sync |
Help Pagina-URL | https://github.com/hattapoglu/cambly-calendar-sync/issues |
Ondersteunde Talen | 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" ] } ] } |