Cambly Sync Calendar

Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…

Vad är Cambly Sync Calendar?

Cambly Sync Calendar är en Chrome-tillägg utvecklad av hattapoglu, och dess huvudfunktion är "Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…".

Tilläggsskärmbilder

screenshot

Ladda ner Cambly Sync Calendar-förlängningens CRX-fil

Ladda ner Cambly Sync Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Cambly Sync Calendar Cambly Sync Calendar
ID jkiadknecgnplbpngdjdkhjfmhefmgim
Officiell webbadress https://chromewebstore.google.com/detail/cambly-sync-calendar/jkiadknecgnplbpngdjdkhjfmhefmgim
Beskrivning Cambly Sync Calendar extension allows you to see your upcoming Cambly reservations and download them in calendar format (.ics…
Filstorlek 12.18 KB
Antal Installationer 158
Aktuell Version 1.1
Senast Uppdaterad 2022-02-08
Publiceringsdatum 2022-02-07
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare hattapoglu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hattapoglu/cambly-calendar-sync
Hjälpsida URL https://github.com/hattapoglu/cambly-calendar-sync/issues
Stödda Språk 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"
            ]
        }
    ]
}