Cambly Sync Calendar
Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Hvad er Cambly Sync Calendar?
Cambly Sync Calendar er en Chrome-udvidelse udviklet af hattapoglu, og dens hovedfunktion er "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".
Udvidelsesskærmbilleder
Download Cambly Sync Calendar-udvidelses-CRX-fil
Download Cambly Sync Calendar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Cambly Sync Calendar |
ID | jkiadknecgnplbpngdjdkhjfmhefmgim |
Officiel URL | https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim |
Beskrivelse | Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics… |
Filstørrelse | 12.18 KB |
Antal Installationer | 158 |
Nuværende Version | 1.1 |
Senest Opdateret | 2022-02-08 |
Udgivelsesdato | 2022-02-07 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | hattapoglu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hattapoglu/cambly-calendar-sync |
Hjælpeside-URL | https://github.com/hattapoglu/cambly-calendar-sync/issues |
Understøttede Sprog | 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" ] } ] } |