YouCanBookMe - Simplify your scheduling
Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.
¿Qué es YouCanBookMe - Simplify your scheduling?
YouCanBookMe - Simplify your scheduling es una extensión de Chrome desarrollada por https://youcanbook.me, y su función principal es "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouCanBookMe - Simplify your scheduling
Descarga archivos de extensión YouCanBookMe - Simplify your scheduling en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | YouCanBookMe - Simplify your scheduling |
ID | inengpnojiopaookkcmdfoblgpfelebi |
URL Oficial | https://chromewebstore.google.com/detail/youcanbookme-simplify-you/inengpnojiopaookkcmdfoblgpfelebi |
Descripción | Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language. |
Tamaño del Archivo | 984 KB |
Cantidad de Instalaciones | 3,075 |
Versión Actual | 2.2.3 |
Última Actualización | 2023-11-09 |
Fecha de Publicación | 2023-04-11 |
Calificación | 4.42/5 Total de 12 Calificaciones |
Desarrollador | https://youcanbook.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://youcanbook.me/ |
URL de la Página de Ayuda | https://support.youcanbook.me/ |
URL de la Página de Política de Privacidad | https://youcanbook.me/privacy |
Idiomas Soportados | 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" } } |