Cambly Sync Calendar
Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Apa itu Cambly Sync Calendar?
Cambly Sync Calendar adalah ekstensi Chrome yang dikembangkan oleh hattapoglu, dan fitur utamanya adalah "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cambly Sync Calendar
Unduh file ekstensi Cambly Sync Calendar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Cambly Sync Calendar |
ID | jkiadknecgnplbpngdjdkhjfmhefmgim |
URL Resmi | https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim |
Deskripsi | Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics… |
Ukuran File | 12.18 KB |
Jumlah Instalasi | 158 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-02-08 |
Tanggal Publikasi | 2022-02-07 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | hattapoglu |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hattapoglu/cambly-calendar-sync |
URL Halaman Bantuan | https://github.com/hattapoglu/cambly-calendar-sync/issues |
Bahasa yang Didukung | 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" ] } ] } |