YouCanBookMe - Simplify your scheduling
Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.
Wat is YouCanBookMe - Simplify your scheduling?
YouCanBookMe - Simplify your scheduling is een Chrome-extensie ontwikkeld door https://youcanbook.me, en de belangrijkste functie is "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouCanBookMe - Simplify your scheduling
Download YouCanBookMe - Simplify your scheduling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YouCanBookMe - Simplify your scheduling |
ID | inengpnojiopaookkcmdfoblgpfelebi |
Officiële URL | https://chromewebstore.google.com/detail/youcanbookme-simplify-you/inengpnojiopaookkcmdfoblgpfelebi |
Beschrijving | Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language. |
Bestandsgrootte | 984 KB |
Aantal Installaties | 3,075 |
Huidige Versie | 2.2.3 |
Laatst Bijgewerkt | 2023-11-09 |
Publicatiedatum | 2023-04-11 |
Beoordeling | 4.42/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://youcanbook.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://youcanbook.me/ |
Help Pagina-URL | https://support.youcanbook.me/ |
URL van de Privacybeleid Pagina | https://youcanbook.me/privacy |
Ondersteunde Talen | 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" } } |