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 hattapoglu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cambly Sync Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } ] } |