YouCanBookMe - Simplify your scheduling

Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.

Cos'è YouCanBookMe - Simplify your scheduling?

YouCanBookMe - Simplify your scheduling è un'estensione di Chrome sviluppata da https://youcanbook.me, e la sua funzione principale è "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouCanBookMe - Simplify your scheduling

Scarica i file di estensione YouCanBookMe - Simplify your scheduling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Give your clients the best online scheduling experience with YCBM. Completely customizable, and flexible enough to suit all your scheduling needs. If you’re already scheduling with YouCanBookMe, download the Chrome extension to easily find booking page links without logging into your account. Easily add links to emails, messenger apps, chat tools, social media and more with just one click. You’re never far from setting your next meeting with YCBM’s Chrome Extension.                    

Informazioni di Base sull'Estensione

Nome YouCanBookMe - Simplify your scheduling YouCanBookMe - Simplify your scheduling
ID inengpnojiopaookkcmdfoblgpfelebi
URL Ufficiale https://chromewebstore.google.com/detail/youcanbookme-simplify-you/inengpnojiopaookkcmdfoblgpfelebi
Descrizione Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.
Dimensione del File 984 KB
Conteggio Installazioni 3,075
Versione Corrente 2.2.3
Ultimo Aggiornamento 2023-11-09
Data di Pubblicazione 2023-04-11
Valutazione 4.42/5 Totale 12 Valutazioni
Sviluppatore https://youcanbook.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://youcanbook.me/
URL della Pagina di Aiuto https://support.youcanbook.me/
URL della Pagina della Politica sulla Privacy https://youcanbook.me/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouCanBookMe - Simplify your scheduling",
    "description": "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.",
    "version": "2.2.3",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.youcanbook.me\/*"
        ]
    },
    "icons": {
        "16": "icons\/extension_icon16.png",
        "32": "icons\/extension_icon32.png",
        "48": "icons\/extension_icon48.png",
        "128": "icons\/extension_icon128.png"
    }
}