YouCanBookMe - Simplify your scheduling
Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.
YouCanBookMe - Simplify your scheduling là gì?
YouCanBookMe - Simplify your scheduling là một tiện ích mở rộng Chrome được phát triển bởi https://youcanbook.me, và tính năng chính của nó là "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouCanBookMe - Simplify your scheduling
Tải xuống các tệp mở rộng YouCanBookMe - Simplify your scheduling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouCanBookMe - Simplify your scheduling |
ID | inengpnojiopaookkcmdfoblgpfelebi |
URL Chính Thức | https://chromewebstore.google.com/detail/youcanbookme-simplify-you/inengpnojiopaookkcmdfoblgpfelebi |
Mô tả | Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language. |
Kích Thước Tệp | 984 KB |
Số Lần Cài Đặt | 3,075 |
Phiên Bản Hiện Tại | 2.2.3 |
Cập Nhật Lần Cuối | 2023-11-09 |
Ngày Phát Hành | 2023-04-11 |
Đánh Giá | 4.42/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://youcanbook.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://youcanbook.me/ |
URL Trang Trợ Giúp | https://support.youcanbook.me/ |
URL Trang Chính Sách Bảo Mật | https://youcanbook.me/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |