Cambly Sync Calendar
Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
ما هو Cambly Sync Calendar؟
Cambly Sync Calendar هو إضافة Chrome تم تطويرها بواسطة hattapoglu، والميزة الرئيسية لها هي "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cambly Sync Calendar
قم بتنزيل ملفات الامتداد Cambly Sync Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Cambly Sync Calendar |
ID | jkiadknecgnplbpngdjdkhjfmhefmgim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim |
الوصف | Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics… |
حجم الملف | 12.18 KB |
عدد التثبيتات | 158 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-02-08 |
تاريخ النشر | 2022-02-07 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | hattapoglu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/hattapoglu/cambly-calendar-sync |
عنوان صفحة المساعدة | https://github.com/hattapoglu/cambly-calendar-sync/issues |
اللغات المدعومة | 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" ] } ] } |